Hello I got ZIP archive which in 7Zip shows with strange symbols instead of path separators. Archive is attached. Original one is much bigger(1.5GB), I've deleted everything except one file just to show the problem. When viewed in 7Zip File Manager or in FAR Manager(which uses arclite plugin based on 7z) its path is shown with Unicode characters U+F05C: UsersProfile1config.ini D:\temp>"C:\Program Files\7-Zip\7z.exe" l badpath.zip 7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26...
I've tested Code Blocks Windows 32 bit (including 32 bit compiler)(file codeblocks-20.03-32bit-mingw-32bit-setup.exe) on 32-bit VM and it works, but CodeBlocks cannot detect MinGW because it expects files mingw32-gcc.exe and mingw32-g++.exe to be present. There are no such files, but there are gcc.exe, g++.exe, i686-w64-mingw32-c++.exe, i686-w64-mingw32-g++.exe. Manually point folder to MinGW installation in CodeBlocks subfolder and rename compiler files in Compiler settings/Global compiler settings/Toolchain...
Same as ticket https://sourceforge.net/p/codeblocks/tickets/970/
The problem is that codeblocks-20.03mingw-32bit-setup.exe is bundled with 64-bit MinGW. Until it's resolved you can install 32-bit MinGW separately from https://sourceforge.net/projects/mingw-w64/files/