On May 22, 2007, at 2:30 PM, Jan Wojdziak wrote: > I changed the projects settings and generated fltk2.lib (Version: > fltk-2.0.x-r5697)as multi-threaded-dll and it is linked into the > main application and the plugin. > Both are also generated with multi-threaded-dll in visual studio 2005.
Um, yes, that is correct. The "dll" in this particular setting refers to how the library links with libc. What you need to do though is make sure that the fltk dll is linked to your application, *not* the static fltk.lib! I am not sure right now what you have to do in VisualStudio to achieve this though. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

