On 21.02.2010, at 18:20, Peter Mileff wrote:

> 2. Trying to build fltk using VisualStudio2005. I used the given project 
> file: fltk-1.3.x-r7100\ide\vc2005\
> 
> Firstly there were "missing include" errors. For example the project needs 
> the Cairo library, but my Visual Studio do not contained Cairo. I downloaded 
> from GTK+ web site, and copied the necessary files to my VisualStudio.

You were really unlucky in grabbing a version that was somewhat buggy. First of 
all, the Cairo build should never be the default. All you have to do is change 
the build from "Cairo Debug" to "Debug" or "Cairo Release" to "Release".

> Secondly I had to copy the FLTK includes to my VisualStudio. After that the 
> source compiled successfully, but linking did not worked. There work 5 linker 
> error. :-( For example:

Again, bad luck. The Tree and Table widgets were just added, and while the 
include files already reference the widget, the object code was not linked in 
yet. AFAIK, this was fixed in the very next version. I don't have MSWindows, so 
I can't test it right nw. But the current SVN should be fine again.

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

Reply via email to