>Ian wrote
>
> That looks weird - looks like the fltk_jpeg lib somehow incorporates
> duplicates of the entire fltk.lib...
>
> Must be a linker misconfig or something, I guess?
>
>
Looks like you were right Ian,

I think I've sorted all the problems now.

I've modified all the .dsp files to replace the $(ProjectName) part of the path 
with the individual Project name.
So for Fluid (for example)
# PROP Output_Dir "Release/Fluid"

Then I've modified fltk_images.dsp to remove fltk.lib from the dependencies as 
this was clashing with the same dependency in fltk_jpeg.lib which it was also 
dependent on.

I've attached a ZIP file to the STR containing all the ide files for VisualC++ 
V6. I've included the Build Logs for the Libraries and Fluid for evidence.

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

Reply via email to