> > > > 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/ > > > > > > I have replaced the fltk2.lib by the the fltk2dll.lib. Is it correct or what > do you mean with "the fltk dll is linked to your application, *not* the > static fltk.lib!" > After generating the projects with the linked fltk2dll.lib, I get error > messages like this: > file.obj : error LNK2001: unresolved external symbol "class fltk::Symbol * > fltk::DOWN_BOX" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@A)
Hello, I have solved the problem!!! It is correct to link fltk2dll.lib instead of fltk2.lib. Additional you have to add FL_SHARED as a preprocessor definition to your project settings. Thanks for your help. greetings Jan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

