Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
Help / Re: Installation Problems on Machine Running Windows XP Pro
« Last post by stahta01 on October 10, 2025, 02:31:50 pm »
I suggest trying the link above and if it does not work install the UCRT
https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c

Oops, I do not see UCRT for Windows XP

I found this comment on a github site; so, maybe installing the MS Visual C Redist will install the UCRT for you.
Quote
On Windows XP, the VCRedist will deploy the UCRT itself.
72
Help / Re: Installation Problems on Machine Running Windows XP Pro
« Last post by ollydbg on October 10, 2025, 07:16:05 am »
Maybe, this link has the 32bit Windows builds, see here: Re: The 04 October 2025 build (13739) is out.
73
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by ollydbg on October 10, 2025, 07:00:37 am »
Quote
when I try to run the debugger, it appears that Code::Blocks tries to rebuild the code and fails

I'm not sure how you configure the debugger, and I don't know what is the exactly error, can you show us some log message about debugger? It is normally in the "Debugger" output panel in the bottom of the IDE window.
74
Using Code::Blocks / Can't Get Debugger to Work
« Last post by JoeH on October 10, 2025, 06:14:06 am »
I have tried several times to use the debugging capability of Code::Blocks, but I cannot get it to work.  I am using version 25.03 on Windows 11.  Most recently, I tried to follow a YouTube "How To" video with no better luck.  The small C language test program will compile (Debug Build Target selected) and execute successfully.  However, when I try to run the debugger, it appears that Code::Blocks tries to rebuild the code and fails.  Is there something else besides selecting the Debug build target that must be done before the debugger will work?

Joe
75
Help / Installation Problems on Machine Running Windows XP Pro
« Last post by JoeH on October 10, 2025, 05:58:47 am »
I want to install Code::Blocks on my old laptop computer.  It is a 32 bit machine using Windows XP Pro version 2002 with Service Pack 3.  I have attempted to install Code::Blocks 25.03.  The install file is Code::Blocks-25.03mingw-setup.exe downloaded from SourceForge.  The program installs successfully using all the defaults, but fails to execute.  I get a error message stating the "api-ms-win-crt-convert-l1-1-0.dll" could not be found.  I tried to use a copy of the dll from a couple of other sources that I found, but had no success.  I got a different error message stating that the "ucrtbase.mbrtowc" entry point could not be found in the dll when using either of the two files.

Moved on to plan B.  I downloaded a copy Code::Blocks-20.03mingw-setup.exe.  This version also installed successfully but would not execute correctly.  The error message stated that the program "was not a valid Win32 application".

Plan C.  I searched this forum for similar problems.  I found a topic with very similar issues.  The poster had finally installed Code::Blocks 17.12 and could successfully run Code::Blocks.  The best recommendations he received to get a later version of Code::Blocks operational was to copy pieces of version 17.12 over to a newer installation.  The poster said he could live with version 17.12.  I downloaded a copy of version 17.12 and have successfully installed and used it to build a "Hello World" test project.

My question is: Since the above topic has there been a better solution to this issue identified?  I really would like to get Code::Blocks 25.03 to work.
76
I just build C::B against wx 3.3.1, and the result C::B report many error messages when I load a project, the message looks like below:

Code
[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
..\..\include/wx/recguard.h(36): assert "m_flag > 0" failed in ~wxRecursionGuard(): unbalanced wxRecursionGuards!?

[ ] Don't show this dialog again  [Stop] [Continue]

Any ideas which cause this issue?


EDIT:

Here is the crash report from the RPT file:



Code
codeblocks.exe caused a Breakpoint at location 00007FF94B7822BA in module wxmsw331u_gcc_custom.dll.

AddrPC           Params
00007FF94B7822BA 00000260EFC92E70 0000000000000000 0000000000000000  wxmsw331u_gcc_custom.dll!wxEvtHandler::SearchDynamicEventTable+0x12a
00007FF94B7828FB 0000000000000001 00000260F4764260 0000009E3CBFF750  wxmsw331u_gcc_custom.dll!wxEvtHandler::TryHereOnly+0x2b
00007FF94B782983 00000260F4763FD0 0000009E3CBFF6F0 00000260F4764260  wxmsw331u_gcc_custom.dll!wxEvtHandler::ProcessEventLocally+0x33
00007FF94B782A61 0000000000011A38 0000000000000000 0000000000000000  wxmsw331u_gcc_custom.dll!wxEvtHandler::ProcessEvent+0xc1
00007FF94BA75018 0000009E3CBFF8E0 0000000000000001 00000260F4762440  wxmsw331u_gcc_custom.dll!wxWindowBase::TryAfter+0x58
00007FF94BA557DC 00007FF94C8F48E0 00007FF900000002 00000260F00FF3D0  wxmsw331u_gcc_custom.dll!wxToolBarBase::UpdateWindowUI+0x19c
00007FF94BA68217 0000000000000000 0000000000000000 0000000000000000  wxmsw331u_gcc_custom.dll!wxWindowBase::SendIdleEvents+0x17
00007FF94BA6824F 0000000000000000 0000000000000000 0000000000000000  wxmsw331u_gcc_custom.dll!wxWindowBase::SendIdleEvents+0x4f
00007FF94B969B04 00000260F4810D60 00000260F4810D60 0000000000000000  wxmsw331u_gcc_custom.dll!wxAppBase::ProcessIdle+0xc4
00007FF94B669CB3 0000000000000028 00007FF94C8C4150 0000009E3CBFFB40  wxmsw331u_gcc_custom.dll!wxEventLoopManual::DoRunLoop+0x83
00007FF94B669DC8 00000260EF70B960 00000260F4810D60 0000000000000000  wxmsw331u_gcc_custom.dll!wxEventLoopManual::DoRun+0x38
00007FF94B6698D8 0000000000000048 00007FF9BCFDC9D0 0000009E3CBFFAC0  wxmsw331u_gcc_custom.dll!wxEventLoopBase::Run+0x58
00007FF94B63619F 00000260EF75D0C0 00000260EF7128B0 00007FF94D0D95C8  wxmsw331u_gcc_custom.dll!wxAppConsoleBase::MainLoop+0x7f
00007FF62CCA62CA 00000260EF70B960 0000000000000000 0000000000000000  codeblocks.exe!0x62ca
00007FF94B6A879E FFFFFFFFFFFFFFFF 0000000000000008 0000000000000048  wxmsw331u_gcc_custom.dll!wxInitialize+0x12e
00007FF62CCA2A97 00007FF62CCA0000 0000000000000000 00000260EDC8365C  codeblocks.exe!0x2a97
00007FF62CCA12E9 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!0x12e9
00007FF62CCA13D6 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!0x13d6
00007FF9BCFB7374 0000000000000000 0000000000000000 0000000000000000  KERNEL32.DLL!BaseThreadInitThunk+0x14
00007FF9BEBBCC91 0000000000000000 0000000000000000 0000000000000000  ntdll.dll!RtlUserThreadStart+0x21
77
Nightly builds / Re: The 04 October 2025 build (13739) is out.
« Last post by cppuser on October 10, 2025, 12:36:18 am »
thank you all !!  I saw the update on my system  ;) !! Unfortunately this semester would be very very difficult to play with it :'(
78
Nightly builds / Re: The 04 October 2025 build (13739) is out.
« Last post by Pecan on October 09, 2025, 09:17:07 pm »
Mouse drag scrolling being enabled and configured to the middle mouse button (Settings -> editor -> mouse drag scrolling -> Mouse Button To Use: Middle Mouse) appears to break right clicking on the main editing area
...clipped...

Fixed  the diabled context menu when using middle mouse combo keys for scrolling. svn 13746.

I could not reproduce the disable/enable problem as described.
I had no problem disabling and enabling via the dialog settings.

Thanks for reporting.
79
Hi, you mean that you put the option line:

Code
<Add option="$(#CB_CPP_STD)" />

From the target option level to the project option level?
80
Plugins development / Re: patch for [source_exporter]
« Last post by ollydbg on October 09, 2025, 05:10:01 am »
Hi, srm2000, nice work!
Pages: 1 ... 3 4 5 6 7 [8] 9 10