Greg Ercolano wrote:
> Owen wrote:
>> Fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
>> directory
>> Error executing cl.exe.
>>
>> But I swa Fl.H was under C:\fltk-1.1.9\FL. What is the problem? Help me. 
>> Thanks.
> 
>       Make sure you have "/Ic:\fltk-1.1.9" as one of your compile flags. (And
>       be sure it's *not* "/Ic:\fltk-1.1.9\FL")

    BTW, predicting you're probably going to encounter different errors when
    you fix that, I'd suggest picking one of the FLTK test programs most like
    your app, and have VS rebuild /just/ that test app, then look at the
    build log to see what CL and LINK flags were used, and compare them
    to your own.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to