C:\wxWidgets-2.8.3and
cd wxwidgets 2.8.3\build\mswYou sould first work with a path without spaces.
UNICODE=1
UNICODE=0
Hi !
windres does not support spaces.
You wroteQuoteC:\wxWidgets-2.8.3andQuotecd wxwidgets 2.8.3\build\mswYou sould first work with a path without spaces.
The standard build for C::B is UNICODE. You have to useCodeinstead ofUNICODE=1
Codeif you do not really need an ASCII build.UNICODE=0
Dje
C:\MinGW>type installed.ini
[settings]
mirror=
installtype=current
[components]
runtime=mingw-runtime-3.12.tar.gz
w32api=w32api-3.9.tar.gz
binutils=binutils-2.16.91-20060119-1.tar.gz
core=gcc-core-3.4.2-20040916-1.tar.gz
gpp=gcc-g++-3.4.2-20040916-1.tar.gz
g77=
ada=
java=
objc=
make=mingw32-make-3.81-2.tar.gz
C:\MinGW>
When I update the CB source code (using SVN), is it necessary to re-compile wxWidgets with each CB update? In other words, does the creation of the wxWidget dll depend on the CB code?No. :)
Thanks!When I update the CB source code (using SVN), is it necessary to re-compile wxWidgets with each CB update? In other words, does the creation of the wxWidget dll depend on the CB code?No. :)