Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Help / Re: Problem writing in forum
« Last post by stahta01 on March 04, 2025, 10:55:18 pm »
Might be a too long issue; but that has never been reported as a problem.

Tim S.
92
Help / Re: Stripping debug info from output tree
« Last post by stahta01 on March 04, 2025, 09:06:21 pm »
Open a command window. And type below what does it return?

Code
where strip

If it fails to find strip then the problem is what I said it was; then, you can learn how to use windows on a windows support site or use google.

SET PATH command is not that hard it should be easy to find info on it.
If you do not know where you installed your compiler; I do not know the answer; you can check the CB toolchain setting and you need to add "bin" to that value.

Tim S.
93
Help / Re: Problem writing in forum
« Last post by gtafan on March 04, 2025, 02:59:41 pm »
I did not say you used them, it was just an example of unexpected non-ASCII characters. Bisect your original message until you find the offending character.
Strange, I was able to save my text without problems to an ASCII file, but here it is still problematic.
94
Announcements / Re: successor of 20.03 available?
« Last post by gtafan on March 04, 2025, 02:55:48 pm »
Looks like 25.03 is on the way.
It will be exactly 5 years since the last version then.
95
Help / Re: Stripping debug info from output tree
« Last post by wtfisgoingoff on March 04, 2025, 12:42:25 pm »
strip is likely part of the GCC compiler tool chain.
You likely need to add the path to that to the path of the command window you are using.

Edit: The above assumes not using MSys2

Tim S.
Can you be more specific about this "add the path to that to the path of the command window you are using" .Thx
96
Using Code::Blocks / Re: Windows Project Wizard for wxWidgets
« Last post by Lanny on March 03, 2025, 07:14:04 pm »
Just one more follow-up.

Start to create a new project.

Right click on the wxWidgets wizard option, you can edit the wizard directly.

Go to the github wizard.script source and load the raw file to the clipboard.
https://github.com/PBfordev/wxpbguide/blob/master/cb/wizard/wizard.script

Back to editing the wizard, select/delete all the old code, then paste the new raw code from the clipboard. 

Save it.  That updates the wizard with the new content.
97
Help / Re: Stripping debug info from output tree
« Last post by stahta01 on March 03, 2025, 05:45:55 pm »
strip is likely part of the GCC compiler tool chain.
You likely need to add the path to that to the path of the command window you are using.

Edit: The above assumes not using MSys2

Tim S.
98
Help / Re: Stripping debug info from output tree
« Last post by wtfisgoingoff on March 03, 2025, 04:00:28 pm »
Didn't work
99
Help / Re: Problem writing in forum
« Last post by Miguel Gimenez on March 03, 2025, 03:29:37 pm »
I did not say you used them, it was just an example of unexpected non-ASCII characters. Bisect your original message until you find the offending character.
100
Help / Re: Stripping debug info from output tree
« Last post by Miguel Gimenez on March 03, 2025, 03:27:04 pm »
Copy and xcopy are system commands, strip is not and the MSYS version may expect '/'.
Pages: 1 ... 5 6 7 8 9 [10]