I have Visual c++ 2010 express installed. I develop some apps with it (mainly console based for now).
I usually compile via the cl.exe command line option. Does these apps that I compiled with Visual C++ require .net framework to run?
Also what exactly is the object code file?
Lastly, I know that mono has Windows Form 2.0 fully implemented. Which version of the .NET framework corresponds to WinForm 2.0? (I'm guessing .NET 2.0?) Does this mean that I have to use Visual Studio 2005 to develop or can i create a new project with different .net version with Visual studio 2010?
Thanks