L
LJK
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?
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?