I want to use Ubuntu but I'm not sure if it will work for Microsoft Visual Studios C++ 2010. Or is there another program that will work on Ubuntu that will work just as good (if not better) than Visual Studios?
|
Visual Studio would run like death on Ubuntu, but if C++ is your target language, there are way better options out there, many of which are free. Try Eclipse: http://www.eclipse.org/ or Code::Blocks: http://www.codeblocks.org/ Both are very popular. |
|||
|
|
Visual StudioAs per Wine HQ, Visual Studio performs horribly on Wine. Visual Studio 2008 (9.0) Express Edition - Bronze What works
What does not
Visual Studio 2010 Express - Garbage What works
What does not
Visual Studio 2010 Professional - Garbage What works
What does not
Visual Studio 2010 Ultimate - Garbage What works
What does not
Visual Studio 2011 Ultimate Beta - Garbage What works
What does not
MonodevelopThe only other option for opening .sln files on Linux is Monodevelop. Lots of features which you expect in Visual Studio are missing. |
|||
|
|
|
For C++ Development on Ubuntu, Eclipse is your best bet, and the easiest way to get the Eclipse IDE is:
|
|||
|
|
|
Visual Studio 2008 works good with a workaround and it's possible to use the IDE and create a DLL. Visual Studio 2010 hasn't been tested on Wine 1.4 and 1.5 and doesn't work on Wine 1.3. Install instructions for 2008:
from online installer use this workaround:
or from CD or ISO:
Source: http://appdb.winehq.org/objectManager.php?sClass=version&iId=11210 Install instructions for 2010:
from online installer use this workaround:
or from CD or ISO:
Source: http://appdb.winehq.org/objectManager.php?sClass=version&iId=22306 |
|||
|
|
