Zoltán Lengyel wrote:
> Hi,
> so far I've been using FLTK v1.1.10 (Windows7, Microsoft VC++ 2008 Express),
> but now I need Fl_Tree, so I switched to the latest release of FLTK 1.3.x
> (r7677).
> The first thing I am unsure about, is wich project should I build.
> ide\vc2005 is the one I found likely ( there's also ide\deprecated\visualc
> ). So once I opened fltk.sln in the vc2005
> folder my VC++ does a .NET conversion on the files, in the end it gives me a
> warning message: Some of the properties associated with the solution could
> not be read.
> 
> After this I did clicked on Build Solution, here's the log:
> http://paste-bin.com/view/3e0fc8c7
> 
> So what should I build, or what am I doing wrong?

Please use the ide/VisualC6 project files (fltk.dsw) instead. They
are up-to-date and known to build correctly. Please read also
ide/README.IDE for further informations. The project files must be
converted to your VC 2008 format (fltk.sln), but that's okay.

Note that ide/vc2005 is still available, but not up-to-date. This will
be removed soon (and probably be replaced by new project files).

To your error messages: *If* you want to use the ide/vc2005 project,
then you *must* select either the Debug or Release build mode. Don't
use any build mode with Cairo in its name, if you don't have Cairo
installed. But that's not recommended, as I wrote above.

And last, but not least: don't use any project files in the deprecated
directories. They won't work.

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

Reply via email to