Percy wrote:
> I've put the fltk folder into C:\FLTK, so it is like:
> C:\FLTK\fltk-1.3.x-r6985\
> 
> I added the include directory to:
> C:\FLTK\fltk-1.3.x-r6985\
> 
> Then I added the library directory to:
> C:\FLTK\fltk-1.3.x-r6985\lib

        Those look fine.

> When I go to compile
> C:\ProgLibs\fltk-1.3.x-r6985\ide\vc2005\fltk.sln
> under the debug option, I get 1 success out of 72. The common error appears 
> to be:
> cannot open input file 'fltkd.lib'
> 
> So what am I doing wrong?

        Hmm, when building FLTK, it shouldn't care where the dirs are located.

        I'd say the error to focus on is the first one you get when you do
        a 'rebuild project' on the entire fltk project.

        Because if it can't build the lib, all the test programs will fail as 
well.

        Scroll up to the first few errors, and paste the output here.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to