Archive 17/01/2023.

What Compiler is recommended for building Urho3D under Windows 7 32 bit?

xlat

What Compiler is recommended for building Urho3D under Windows 7 32 bit?

Code::Block MSYS GCC 10.3 + 32 libs
On Windows 7 32bits Urho3DPlayer-32bits.exe APP CRASH crashes!

On Windows 10 64bits Urho3DPlayer-32bits.exe all good …

weitjong

Have you tried MinGW-w64? Despite its name, it has 32-bit version and 64-bit version. Both versions of the compiler should work well.

xlat

Yes, I’m doing experiments now.
There are a lot of different compilers and their versions around me, and the compilation time is quite long. And while compiling decided to ask here.

weitjong

Good luck. Make sure you don’t forget to use the “-j” option to utilize all the CPU cores during compilation.