Common Language Runtime Support (/clr).
Hi everyone...
I'm compiling my project using the Visual Studio compiler inside the QT Creator. However, I don't know how to make my project compile using the Common Language Runtime Support (/clr). In the Visual Studio, I can rigth click on your solution, in configuration properties, select general, and select clr for Common Language Runtime Support. But how do I do it for QT Creator?
Thanks in advance
Re: Common Language Runtime Support (/clr).
In fact it was long time since I was using Visual Studio and Windows, but I think you're trying to compile your project for .NET.
I don't think it is possible to compile Qt into .NET bytecode and thus the same with your project.
Why do you want to compile to CLR anyway?
Re: Common Language Runtime Support (/clr).