News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Run CB on Windows XP

Started by Neo, April 13, 2020, 06:35:37 AM

Previous topic - Next topic

Neo

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?

oBFusCATed

There was a topic about this somewhere.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Neo

Can anyone point me to the link?

nenin

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. 

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Neo

#5

nenin

Quote from: oBFusCATed on April 13, 2020, 09:48:42 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?