I\'m trying to learn how to use FLTK right now (In MSVC 2008). I got all the the libraries compiled correctly, but when I tried to run this program:
#includ
I found the answer, add "#define WIN32" before your FLTK includes.