In visual studio 2005 how to compile without the / clr option?Visual Studio project properties → Configuration properties → C / C ++ → Command line-> All options: here the / clr switch is turned on by many other options by default, however I cannot change this.
Project Properties On the General tab, you will see the "Default for Project" section. Change Support for plain language runtime to No plain language runtime support
Just with msdn .Configuration Properties -> Common Language Runtime Support. Set to No Support.
On the other hand, how did you manage to enable this with a C ++ project.
Source: https://habr.com/ru/post/1369511/More articles:How to generate IL source code using csc (C # compiler) or dmcs (mono C # compiler)? - c #Does it matter if I use 1 php variable several times for different purposes? - phpRedirecting input using stdin - c ++window.open on Windows Phone 7 - javascriptAbstract type as parameter in method (.net, C #) - genericsPHP strtotime () function - syntaxLNK2019: unresolved external character - c ++Why does this WSDL file generate an empty proxy server in VS2008? - c #Search for Eclipse Project - eclipseHow to check if Dojo / Javascript tree is working, lazy loading? - javascriptAll Articles