huda wrote:
> 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.
Sounds like you're starting from scratch, instead of using the
premade solution files for the demo.
Load the fltk.dsw file, or the fltk.sln file (depending on the
rev of the VS compiler you're using) just like you were going to
rebuild *all* of FLTK.
But instead of telling it to build everything (since you likely
already built FLTK), and just re-build the pixmap_browser solution.
Assuming you've already built FLTK before, there should be no
problems, since building FLTK builds everything including the
demos. So all you should be doing here is just *re*-building
that one demo, pixmap_browser, which should already have all
the compiler flags set correctly, and should have already built
successfully previously.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk