> 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 ==========
The missing items from the link aren't fltk items, the are windows system itesm - I can only guess you have your link libraries wrong, or something - are you linking in the correct libs, in the correct order? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

