Alan Hale wrote: > Well, I had some problems with the VC++ 2008 express build. The log is posted > here: > http://pastebin.com/r3Ren1Vh
Try just taking test/fltkdll.lib out of your link line.
You either compile with the static libs (fltk.lib, fltk_images.lib, etc)
or the dll versions of same, but not both.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

