Code::Blocks Forums

User forums => Help => Topic started by: jpl on October 26, 2022, 10:50:15 am

Title: Launch Code::Blocks in Windows XP
Post by: jpl on October 26, 2022, 10:50:15 am
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
Title: Re: Launch Code::Blocks in Windows XP
Post by: jpl on October 26, 2022, 11:04:38 am
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.
Title: Re: Launch Code::Blocks in Windows XP
Post by: Miguel Gimenez on October 26, 2022, 11:48:21 am
Look at this message (https://forums.codeblocks.org/index.php/topic,24592.msg170712.html#msg170712) for a solution.
Title: Re: Launch Code::Blocks in Windows XP
Post by: jpl on October 26, 2022, 12:57:31 pm
Look at this message (https://forums.codeblocks.org/index.php/topic,24592.msg170712.html#msg170712) 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.
Title: Re: Launch Code::Blocks in Windows XP
Post by: 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
Title: Re: Launch Code::Blocks in Windows XP
Post by: jpl on October 27, 2022, 07:53:03 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.