FLTK problems with MSV2010C++
I\'m following \"Programming - Principles and Practice Using C++\".
Having a bad time trying to get FLTK running correctly. I w
The error message that you are getting suggests that probably you have created the project with a setting other than the one is required (Win32 console application) to run FLTK.
The following link should help.
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/b83e4884-9dec-4d67-ab92-90d5b6c8c51c/