this one doesnot startup. win98 have winspool.drv so it may not be a bottleneck.( i dont know about dillo src so i am just guessing. if it is wrong , please ignore)
and i have a suggestion. can you include 'dillorc' and 'keysrc' , a minimum working version in a conf directory. let the direcory be '.\conf' and not like 'conf/keysrc' as let it search in the current directory of the bin. > Can you try this one > http://code.google.com/p/luafltk/downloads/detail?name=dillo-fltk-1.3-no-printer.zip&can=2&q= > I 've added a dummy Fl_Printer to skip winspool.dll requirement. > > If it works it can be a solution to make the final FLTK 1.3 application a > bit small when there is no need for printing. > > --------------------------- > > #include <FL/Fl_Paged_Device.H> > > class FL_EXPORT Fl_Printer : public Fl_Paged_Device { > public: > static const char *class_id; > Fl_Printer(void) {}; > }; > > const char *Fl_Printer::class_id = "Fl_Printer"; _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

