User forums > Help
C:B & wxWidgets
Biplab:
USE_SMITH=1 is not defined anywhere in the wxWidgets makefile and the compilation will surely fail.
Following command should be sufficient to create wxSmith based projects.
--- Code: ---mingw32-make.exe -f makefile.gcc UNICODE=1 SHARED=1 MONOLITHIC=1 USE_XRC=1 BUILD=debug
--- End code ---
Regards,
Biplab
creatxr:
thanks.
now I've success compile the app which from the wizard.
I wantn't copy DLLs to system's dir or project's output dir.
can I set in C::B for let app can see the DLLs?
raph:
You can compile wxWidgets with
--- Code: ---SHARED=0
--- End code ---
So you don't have to mess around with dlls.
Just have a look at wxWidgets compile/install instructions.
Navigation
[0] Message Index
[*] Previous page
Go to full version