User forums > Help
Execution error with wxDialog (none using wxFrame)
thomas:
--- Quote from: barbarello on January 10, 2006, 09:24:23 pm ---It's boring me to need 6 Mo of DLL for and 140 ko of exe file !!!
--- End quote ---
If a 2.5 Mb executable without any dlls is what you want, no problem. Just link statically then. :)
barbarello:
Is that mean :
My wxWIDGETS own build command line :
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0 VENDOR=my_lib
become
mingw32-make -f makefile.gcc USE_XRC=1 STATIC=1 MONOLITHIC=1 BUILD=release UNICODE=0 VENDOR=my_lib
?
thomas:
Yes, if you intend to build a monolithic ( = one big dll) library which includes support for XRC and does not include support for Unicode.
Navigation
[0] Message Index
[*] Previous page
Go to full version