Hiya, So I download FLTK, successfully build the /vsnet libraries, and load up a project I've been assigned to work on.
Problem 1: I get the header files hooked up and the .lib files included and I have a series of errors similar to this: rmm2 error LNK2005: __errno already defined in LIBCMTD.lib(dosmap.obj) Problem 2: I'm not sure why these symbols are not being linked in. Is there a special lib file I need to link into? They look like standard events. I'm compiling as /subsystem[windows] at the moment, so I *think* I should be good to go. rmm2 error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "int __cdecl fl_wait(double)" (?fl_wait@@[EMAIL PROTECTED]) rmm2 error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@[EMAIL PROTECTED]) rmm2 error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "int __cdecl fl_wait(double)" (?fl_wait@@[EMAIL PROTECTED]) Thank you for your time. Paul Nathan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

