Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: Михаил Агарков on June 16, 2025, 06:23:22 pm
-
When running Code::Blocks on ReactOS it gives out errors. If "Continue" is selected, it works just fine. It could entirely be a ReactOS issue.
Code::Blocks 20.03 (32 bit)
ReactOS compiled from commit e98bba2535 (32 bit)
Since the log file exceeds the maximum allowed length, I added it as an attachment to this message.
-
If you compiled 20.03 with wxWidgets 3.2 you will get some assertions, this is expected and most of them were fixed later. Use current head.
Which assertion do you get? Do you have a backtrace?
-
If you compiled 20.03 with wxWidgets 3.2 you will get some assertions, this is expected and most of them were fixed later. Use current head.
Which assertion do you get? Do you have a backtrace?
I ran the official pre-compiled 32 bit Code::Blocks 20.03. As I understand this is fixed in newer wxWidgets?
-
As I understand this is fixed in newer wxWidgets?
No, it is fixed in newer C::B.
20.03 used wxWidgets 2.8.12, that did not make runtime checks (assertions). If you ciompile it with wxWidgets >= 3.0.0 you will get assertions.