Not extensivety tested, but it looks OK : wxs files are opened without crash.
Thanks
I try to build a debug version of wx 3.3.1 library, and later build C::B against this library.
When I try to run the debugging, I see this:
Active debugger config: GDB/CDB debugger:Default
Selecting target:
src
Adding source dir: F:\code\codeblocks-src\codeblocks_sfmirror\src\
Adding source dir: F:\code\codeblocks-src\codeblocks_sfmirror\src\
Adding file: F:\code\codeblocks-src\codeblocks_sfmirror\src\devel33_64\codeblocks.exe
Changing directory to: F:/code/codeblocks-src/codeblocks_sfmirror/src/devel33_64
Set variable: PATH=.;F:\code\wxWidgets-3.3.1\lib\gcc_dll"";F:\code\codeblocks-src\codeblocks_sfmirror\src\devel33_64;F:\code\codeblocks-src\codeblocks_sfmirror\src\exchndl\win64\lib;...
Then, it said the wx dll can't be find, so the debugee C::B can't started.
But if you looked at this:
F:\code\wxWidgets-3.3.1\lib\gcc_dll""
You see the trailing quotes, this quotes come from some global compiler variable those values are "".
It works OK when in compiling, I see such things when compiling:
[100.0%] g++.exe -shared -Wl,--out-implib=devel33_64\libcodeblocks.a -Wl,--dll
-LF:\code\wxWidgets-3.3.1\lib\gcc_dll""
-Ldevel33_64
Now, here is the crash call stack, I put it in the txt file in attachment.