search for: xmingw

Displaying 1 result from an estimated 1 matches for "xmingw".

Did you mean: mingw
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
...with Qt dlls using MinGW for linux. I have no problem with cross compiling (0 errors & 0 warnings). But when i run the app, wineserver & wine-preloader eat 90% of RAM and CPU and show only the border of windows, not the label, and the body of window is transparent. I use Gentoo and use XMinGW (i386-mingw32msvc-g++ 3.4.4). The command line for compiling my example is: joaquin@CUARTO ~/.wine/drive_c/Qt/4.0.1/examples/tutorial/t1 $ /opt/xmingw/bin/i386-mingw32msvc-g++ main.cpp -o t1.exe -DQT_EDITION=QT_EDITION_DESKTOP -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_THREAD_SUPPORT...