|
hello am trying to port an application wich works on Mingw compiler version to win32 on VC++
I'm trying to build a GTK 2.0 application with VC++. Building with MinGW works, and there are no run-time errors, but there are run-time errors with the VC++ build. Here are the errors I'm getting:
- menus : when i open the application window, theres no porblems everything is diplaying well but when i try to minimize it, the window's menus are not well minimized. and when i try to open the window again : these window's menu are badly displayed before the main windows.
- theres also : failed assertion gdkinput-win32.c: line 1333 input_window != NULL
Does anyone have any suggestions about what to look for?
If I'm missing some important information, let me know and I'll post more.
|