61
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by mgartex on December 27, 2024, 07:46:42 am »New user account! Registered today. I'm real....I love Code::Blocks!
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
If you are talking about the "Start here" page, the colours are set in Environment Settings / Colours / Start here page (three entries). This page is HTML shown using wxHtmlWindow, so theming should not affect the selected colours.
The reason is[...] because it's neither in the search path, nor in the same folder as the exe.Easiest fix is to simply copy libgcc_s_dw2-1.dll (it should be located somewhere similar to C:\MinGW\bin or C:\Program Files\CodeBlocks\MinGW\bin) into the same folder as the .exe.
Alternatively, add the following two switches to your linker options:
-static-libgcc
-static-libstdc++