elkvis
Joined: 08 Apr 2007 Posts: 4
|
Posted: Wed May 23, 2007 11:38 am Post subject: GTK with OpenWatcom |
|
|
| is it possible to use GTK with openwatcom? I have tried, and it gives me tons of linker errors, even when I include all the .lib files from the gtk/lib directory. I'm using OpenWatcom 1.6 and GTK-Win32 2.10.11. it appears to be adding a _ to the end of every function name like instead of the standard C style of _gtk_window_new, it's gtk_window_new_. does anyone here know how to fix this? |
|