Starting the program was very slow (use wxwidgets2.9.2)

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
zaazbb
Knows some wx things
Knows some wx things
Posts: 36
Joined: Fri Nov 12, 2010 6:48 am

Starting the program was very slow (use wxwidgets2.9.2)

Post by zaazbb »

hello, every one,
I am using codeblocks+mingw+wxwidgets2.9.2, but I find that,Starting the program (compile by mingw + wxwidgets2.9.2, under winxp sp3) was very slow.
when I click the exe file, after about 4~5 seconds, the window appeared.
but when i use wxwidgets2.9.1 or wxwidgets2.8.12, Without this problem.

here are my build options, used the default makefile.gcc and config file in wxwidgets2.9.2.7z

Code: Select all

SET PATH=D:\ProgramFiles\MinGW\bin
cd /d D:\ProgramFiles\wxWidgets-2.9.2\build\msw
mingw32-make -f makefile.gcc MONOLITHIC=0 SHARED=1 UNICODE=1 BUILD=release clean
pause
mingw32-make -f makefile.gcc MONOLITHIC=0 SHARED=1 UNICODE=1 BUILD=release
pause
Post Reply