When launch Codeblocks on Windows XP I see this error message:
The procedure entry point _o__configure_narrow_argv could not be located in the dynamic link library api-ms-win-crt-private-l1-1-0.dll.
My info:
Windows XP Service Pack 3 Build 2600.
Codeblocks 20.3.0.0.
Can you have a look at the following post and try it:
https://forums.codeblocks.org/index.php/topic,23770.msg165740.html#msg165740
Can you post on this ticket if it worked or not.
I have fixed this in my Windows NSIS installer script. Search the script for "IsWinXP" as XP requires an older set of crash handler files that are compatible with XP.