71
Development / special handling of the macro replacement ""?
« Last post by ollydbg on January 28, 2026, 06:43:08 am »Hi, when I'm using the gd_on's unified workspace/code::blocks cbp files, I see something strange.
See here: it looks like GCC works OK, but GDB failed to find the dll(setting wrong PATH)
Re: crash when I try to open a wxsmith file under C::B against wx 3.3.1
If a variable a has a filed name b, and its value is, and if we have , we will finally get
The current implementation treats an empty string "" as a valid value and performs the replacement, resulting in instead of the expected .
I'd like to see your options on this issue.
Thanks.
See here: it looks like GCC works OK, but GDB failed to find the dll(setting wrong PATH)
Re: crash when I try to open a wxsmith file under C::B against wx 3.3.1
If a variable a has a filed name b, and its value is
Code
""Code
AAA$(#a.b)Code
AAA""The current implementation treats an empty string "" as a valid value and performs the replacement, resulting in
Code
AAA""Code
AAAI'd like to see your options on this issue.
Thanks.
Recent Posts