Hi! I am trying to get a sample FLTK application under Windows. I followed the manual and ran the vc2005 project. The debug version seemed to compile fine. However, the hello world test fails to link. I tried both a console and a window project and both don't work.
1>------ Build started: Project: fltk, Configuration: Debug Win32 ------ 1>Linking... 1>fltkd.lib(Fl.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@[EMAIL PROTECTED]) 1>C:\Users\Zdravko\Documents\Visual Studio 2008\Projects\Tests\Debug\fltk.exe : fatal error LNK1120: 1 unresolved externals 1>fltk - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== -- Zdravko Monov _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

