I need to write some classic C code in Visual Studio. As I have to write it
using Visual C++.net, I guess it will be translated to MSIL and later run
in .NET CLR.
Can I still make ordinary framework-independent object code and how?
Perhaps some compiler switches?
Despite the name, Visual C++ .NET is not just for .NET. It still has the classic C compiler, and when you compile an ordinary C application it will be just that - an ordinary application. It won't be translated or run under the .NET CLR.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.