> Hey Guys,
> 
> Been away from FLTK but I'm back and have a problem
> with the initial build of FLTK. I'm using MS Visual
> Studio Express Edition. I downloaded
> fltk-1.1.x-r5953 and compiled
> C:\fltk-1.1.x-r5953\vc2005\fltk.sln.
> 
> I'm getting lots of link errors:
> 
> 
> fltkd.lib(Fl.obj) : error LNK2019: unresolved
> external symbol [EMAIL PROTECTED] referenced in
> function "public: static void __cdecl
> Fl::flush(void)" ([EMAIL PROTECTED]@@SAXXZ)
> 
> 
> I know this is a configuration issue with Visual
> Studio but after 30 minutes of searching the forum,
> documentation and Google I'm not seeing an answer.
> 
> Do you have any reccomendations?
> 
> Thanks!
> 
> Christian


I suggest you make sure you are linking with all the
relevant Windows import libraries:

comctl32.lib wsock32.lib  kernel32.lib user32.lib
gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib



      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  
http://uk.promotions.yahoo.com/forgood/environment.html

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to