Thanks a lot! Now, it's working :) > > My resource.h: > > ========================================================= > > #ifndef RESOURCE_H_ > > #define RESOURCE_H_ > > #define IDI_ICON1 > > #endif /*RESOURCE_H_*/ > > > > IDI_ICON needs to have a value (resource identifier), eg. > > #define IDI_ICON1 101 > > Don. > >
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

