Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Snear on April 20, 2020, 04:45:48 am

Title: Codeblocks 20.03 32 Bit does not work on XP
Post by: Snear on April 20, 2020, 04:45:48 am
Hello,

the download section says it runs on XP, but it does not, because dbghelp.dll depends on the ms-api-dll-hell, which is not available in the required version for Windows XP. It is possible to exchange the dbghelp.dll with an older version. The exception handler will still work. I know the 32 bit build is obsolete, but you might want to fix the build or remove XP from the list of supported OS'.

Benjamin

Title: Re: Codeblocks 20.03 32 Bit does not work on XP
Post by: ollydbg on April 20, 2020, 05:40:48 am
It is possible to exchange the dbghelp.dll with an older version. The exception handler will still work.
I think the answer is YES. But I haven't tried it yet. You can try it, and report back. Thanks.
Title: Re: Codeblocks 20.03 32 Bit does not work on XP
Post by: Snear on April 24, 2020, 03:01:46 am
I am sorry - it was not meant to be a question. :-) I tried two different versions and both worked. Version 6.10.3.233 of dbghelp.dll (shipped with the Debugging Tools for Windows V6.12.2.633, which is probably the lastest for XP) as well as version 6.3.9600.17336 from the Codeblocks 17.12 release.