Re: [fltk.development] Still won't link in VS2005

2008-06-13 Thread Greg Ercolano
1main.obj : warning LNK4217: locally defined symbol [EMAIL PROTECTED]@@SAHXZ (public: static int __cdecl Fl::run(void)) imported in function _main Just focusing on that one error, sounds like it might be a compiler/linker flag issue, eg. DLL vs Static compile. You showed the

[fltk.development] Still won't link in VS2005

2008-06-12 Thread Mitchell
I am having trouble getting the demo to link properly. I've added the FL_DLL pre-pros def and added the fltk-1.1.9 dirs to my VC++ Directories. I also added fltkd.lib and wsock32.lib to my Additional Linker Dependencies. In all I think I've done everything specified by the doc. Here's the