I'm new with FLTK and I'm following the book "Programming-principles and practice using c++". I have done all the steps in D3 and D4, except for D4.4 because my VS2010 doesn't have "C/C++" in the left menu. Until then I have no problem, but when I try to run the example
mmmm, AFAIK. that means you created the project as a GUI or Win32 GUI or something else
( i don't use VS ) the linker looks for int WINAPI WinMain ( ) entry point w/c is not present in your program ( it's int main() instead )
is there an option to create it as an empty project ?