News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Launch Code::Blocks in Windows XP

Started by jpl, October 26, 2022, 10:50:15 AM

Previous topic - Next topic

jpl

CodeBlocks version: 20.3

I have installed, but on the launch have got an error about procedure kernel32.ReleaseSRWLockExclusive (not found) in DLL api-ms-win-core-synch-l1-1-0.dll

jpl

I found api-ms-win-core-synch-l1-1-0.dll in system (12 kb size) and system32 (21 kb) folders, but did not find in CodeBlocks folder. I suppose that CodeBlocks tries to look for in wrong folder or use wrong file.

Miguel Gimenez


jpl

Quote from: Miguel Gimenez on October 26, 2022, 11:48:21 AM
Look at this message for a solution.
Excuse me, I do not understand all, because my English is no native. Links for dwnloading zips are broken there.

ReleaseSRWLockExclusive is function from kernel32.dll, so I don't understanda why it
CodeBlocks try tio find it in other dll.

Miguel Gimenez

#4
Download this file -> https://github.com/jrfonseca/drmingw/releases/download/0.8.2/drmingw-0.8.2-win32.7z
Copy the files in the bin folder to the folder where codeblocks.exe resides.

dbghelp.dll
exchndl.dll
mgwhelp.dll
symsrv.dll
symsrv.yes

jpl

Quote from: Miguel Gimenez on October 26, 2022, 01:10:12 PM
Download this file -> https://github.com/jrfonseca/drmingw/releases/download/0.8.2/drmingw-0.8.2-win32.7z
Copy the files in the bin folder to the folder where codeblocks.exe resides.

dbghelp.dll
exchndl.dll
mgwhelp.dll
symsrv.dll
symsrv.yes
Confirm. I have got "Compilers auto-detection" window.
Thank you.