How I can compile Clion application for 32-bit system?
已回答
Hi. I use Windows 10 x64 and Clion 2017.1 to create my applications, and under x64 system it works fine
But today I run my app under Windows 7 x32, and got this error: "Version of this file is not compatible with Windows version. Get required version of application (32-bit or 64-bit) via system information".

How I can deal with it?
请先登录再写评论。
Hi!
Sorry for the delay! CLion doesn’t support 32-bit OS, nor do we have plan to support them. The main reason why we don’t support it because 32 bit JDK can't allocate more that 700mb per process which is too little for CLion.
Thank you for your response!
You just didn't understand me, Anna :)
I don't want "to run CLion under 32-bit OS", I want "to compile MY code for 32-bit OS using CLion". So, I need use CLion under "Windows 10 x64" to compile my application for "Windows 7+ x32". I very hope that it is possible, because now I use CLion as general IDE, and Code-Blocks as IDE that can compile my code for 32-bit platforms. It is very uncomfortable for me, I want to use CLion only :)
There are any solution of this
"I don't want "to run CLion under 32-bit OS", I want "to compile MY code for 32-bit OS using CLion". So, I need use CLion under "Windows 10 x64" to compile my application for "Windows 7+ x32". I very hope that it is possible, because now I use CLion as general IDE, and Code-Blocks as IDE that can compile my code for 32-bit platforms. It is very uncomfortable for me, I want to use CLion only :)"
Magomez you need to configure a proper toolchain which allows you to build a 32-bit version of an application. Toolchains should be configured in `File | Settings | Build, Execution, Deployment | Toolchains` - https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html.