Code::Blocks Forums

User forums => Help => Topic started by: Neo on April 13, 2020, 06:35:37 am

Title: Run CB on Windows XP
Post by: Neo on April 13, 2020, 06:35:37 am
I downloaded codeblocks-20.03-32bit-setup-nonadmin.exe and installed it inside a XP VM. When I tried to run CB, it prompts me that some api-ms-win-string*.dll is missing. How can I work around this?

BTW, on the download page, I see Windows XP is listed along with 7/8/10, is the page outdated?
Title: Re: Run CB on Windows XP
Post by: oBFusCATed on April 13, 2020, 09:48:42 am
There was a topic about this somewhere.
Title: Re: Run CB on Windows XP
Post by: Neo on April 16, 2020, 06:30:34 am
Can anyone point me to the link?
Title: Re: Run CB on Windows XP
Post by: nenin on April 16, 2020, 07:28:32 am
Quote
, it prompts me that some api-ms-win-string*.dll is missing. How can I work around this?
Likely you have to install  Universal CRT. It can be found on Microsoft side as runtime for Visual Studio 2015+  ( https://docs.microsoft.com/pl-pl/cpp/windows/universal-crt-deployment?view=vs-2019 )  . Actually you simply have to, if you are using more or less contemporary mingw-w64 and dont want to face strange glitches. 
Title: Re: Run CB on Windows XP
Post by: oBFusCATed on April 16, 2020, 09:33:44 am
http://forums.codeblocks.org/index.php/topic,23770.msg162080.html#msg162080
Title: Re: Run CB on Windows XP
Post by: Neo on April 17, 2020, 07:19:03 am
http://forums.codeblocks.org/index.php/topic,23770.msg162080.html#msg162080

I installed vcredist_x86 from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads, and then I have the same error as in the above thread, but the "answer" seems unrelated to the DLL error.
Title: Re: Run CB on Windows XP
Post by: nenin on April 17, 2020, 08:49:28 am
There was a topic about this somewhere.
Is this version of CB::B was built with i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z from MINGW Builds?