> I changed this is in my library
> Project->Settings->Link->Category->Input->Object/Library modules
>
> >>>>>>>   insert: C:/FLTK/lib/fltkd.lib C:/FLTK/lib/fltkgld.lib 
> >>>>>>> C:/FLTK/lib/fltkimagesd.lib C:/FLTK/lib/fltkformsd.lib wsock32.lib
> Should i add more library ??
> FLTK1 for cPP and FLTK2 for cxx or am wrong???
> And when i should write fltk in cPP or in cxx???can you explain more
> Also when i rebuild the pixmap_browser.cxx it gives me this massage
i should create work space"they mean to have pixmap_browser.dsw
when i click yes it gives me  this error "
> Compiling...
pixmap_browser.cxx
c:\fltk\test\pixmap_browser.cxx(28) : fatal error C1083: Cannot open include 
file: 'FL/Fl.H': No such file or directory
Error executing cl.exe.

=====================================================================
> >     Note: some of your apps are fltk2 apps, and some are fltk1.
> >
> >     Be sure you know how to tell the difference.
> >
> >     This is an FLTK1 program:
> >
> > > #include <FL/Fl.H>
> > > #include <FL/Fl_Box.H>
> > > #include <FL/Fl_Double_Window.H>
> >
> >     This is an FLTK2 program:
> >
> > > #include <fltk/run.h>
> > > #include <fltk/Window.h>
> > > #include <fltk/SharedImage.h>
> >
> >     FLTK1 programs have: "#include <FL/.."
> >     FLTK2 programs have: "#include <fltk/.."
> >
> >     You've posted about both, more recently you've been posting
> >     about an fltk1 apps.
> >
> > > The load function can not work because of this line in code
> > > " //fl_register_images();"
> >
> >     Again, check your link flags. fl_register_images() is needed if you're
> >     using image library calls, so be sure you're including all the image
> >     related libraries.
> >
> >     See my last post regarding comparing your app's link flags
> >     with the flags for e.g. the fltk 'pixmap_browser' or 'help'
> >     example apps.
>

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

Reply via email to