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

Reply via email to