I tried to build just fltkdll and this time I only got 2 errors:

Linking...
   Creating library .\..\..\lib/fltk2dlld.lib and object 
.\..\..\lib/fltk2dlld.exp
Widget.obj : error LNK2019: unresolved external symbol "void __cdecl 
delete_associations_for(class fltk::Widget *)" 
(?delete_associations_for@@[EMAIL PROTECTED]@@@Z) referenced in function 
"public: virtual __thiscall fltk::Widget::~Widget(void)" ([EMAIL 
PROTECTED]@@[EMAIL PROTECTED])
.\..\lib\fltk2dlld.dll : fatal error LNK1120: 1 unresolved externals

I was looking in the file, Widget.cxx and found this on line 86 and 96:

extern void delete_associations_for(Widget* widget); // in WidgetAssociation.cxx

delete_associations_for(this);

and found this in file, WidgetAssocitation.cxx on line 187:

// This is an internal function that is called by ~Widget().
// It destroys all the associations with the widget.
void delete_associations_for(Widget* widget) { .......

but I'm not really sure what to do with information. Am I on the right track?

thanks
Nick







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

Reply via email to