lee wrote:
> I am now getting the following error message:
> 2>.\processor.cpp(23) : fatal error C1083: Cannot open include file: 
> 'FL/fl_ask.H': No such file or directory

        It's not finding the FLTK headers, so it sounds like this step was 
missed:

                Under Windows, set the FLTKDIR environment variable 
appropriately so
                that the program can find the FLTK headers.  Run Visual Studio 
2005
                and build the solution.

        To set environment variables under Windows XP, see e.g:
        http://vlaurie.com/computers2/Articles/environment.htm#editing

        ..and when you've set that, restart Visual Studio so it picks up
        the new variable, and then try the build again from scratch.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to