Is it possible to open a VS2010 solution
in an IDE environment and build it and get the same output
in ubuntu?
I mean pressing F5
runs the program (maybe via Wine) in the same way?
I don't mean .Net
or C#
. The projects in the solution are all pure native C++
.
The entry in WineHQ rates Visual Studio 2010 as bronze. Which in this case means it installs and runs, but won't build a project.
Your next best bet would be to install vmware or virtualbox and then install Windows and Visual Studio 2010.
Alternatively you could build your code with Linux native tools/IDEs. Depending on the libraries you depend on and the C++ Standard you conform to, this should be feasible.