Re: GTK+ on Windows question



Bart Sopers writes:
 > I am learning to make windows programs.

(Native) Windows, or Cygwin? They are two very different things.

 > Loaded symbols for /home/thundur/cygpango-1.0-0.dll
 > Loaded symbols for /home/thundur/cygpangoxft-1.0-0.dll
 > Loaded symbols for /home/thundur/cygpangoft2-1.0-0.dll
 > Loaded symbols for /home/thundur/cyggtk-x11-2.0-0.dll
 > Loaded symbols for /home/thundur/cygatk-1.0-0.dll

Please notice from the "cyg" prefix that these are Cygwin DLLs. (And
for X11, do you intend to run your software against an X11 display?)

Where did you get these from? Did you build them yourself? If not, why
are they installed in your home (?) directory and not in the normal
/usr/lib?

 > The Windows-makefile:
 > http://bart.omicidio.nl/makefile-windows.txt

This uses the -mno-cygwin flag. You are mixing Cygwin and native
Windows code in a way which can never work.

--tml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]