GTK win32
- Posted by bensler at mail.com Mar 19, 2002
- 455 views
On attempting to port Irv's euGTK to win32, I found a few snags... Using the latest version of gtk+ v1.3 (not gtk+ v2.0) 1) euGTK is dependent on eugtk.so Can Irv compile a dll for this please? 2) some critical interfaces are missing. Off the top of my head, all of the g_list interfaces are missing from the DLL's. Some other things like gtk_window_reposition are also missing. I was able to comment out all the missing interfaces, and run some of the demos, but it's pretty kludgy. Where do I find the missing interfaces? Chris