Click to See Complete Forum and Search --> : developing Cross-Platform?


arcane_III
04-15-2002, 11:14 AM
Hi,

Is there any way I can use Gtk+ to develop for the Win32 api?

bryce777
04-15-2002, 01:15 PM
Originally posted by arcane_III
Hi,

Is there any way I can use Gtk+ to develop for the Win32 api?
No, or at least I would be incredibly surprised if so.

You might be able to do some kind of X gui stuff in cygwin tools though - it could be possible in some way, but I doubt using Gtk+.

Quake was developed on Linux, so you might want to do research on that to see what they did.

arcane_III
04-15-2002, 02:57 PM
I found that there is a win32 port of gtk+, so I guess you have to use the dll's provided by the port and the development package.

bryce777
04-16-2002, 02:15 AM
Originally posted by arcane_III
I found that there is a win32 port of gtk+, so I guess you have to use the dll's provided by the port and the development package.

That is good to know. I suppose I should not have been so surprised, but I still am.

Good luck with everything!

wavephorm
04-16-2002, 09:12 AM
Gimp - the graphics program that spawn the GTK library works in Windows (a great photoshop alternative btw). So definitely you will be able to port a GTK/Linux app with a lot of work I'm sure. I'd first write it for Linux, and then start looking at how to port it rather than writing them concurrently.

bryce777
04-16-2002, 01:34 PM
On a side note, I know Q3:Arena doesn't use any DLLs, if that helps you at all.