初学者:visual basic build cpp

时间:2012-03-16 18:06:32

标签: visual-c++

免责声明:我是Visual Basic的初学者,但在python和Drupal中有点编码

我需要编译这个C ++应用程序(http://sourceforge.net/scm/?type=git&group_id=227253)。我从git中成功克隆了,但是如何在Visual Basic 2008或2010 Express中编译它(获取.exe)?

我试过这个:

1. Open Visual Basic 2008 Express, File, New, Windows Form Application (naive assumption, which should I choose?)
2. Dragged the contents of the git clone into the Solution Explorer Window (which Adds files)
3. Click Build menu 

之后我迷路了。任何帮助表示赞赏!如果有帮助,这个项目使用cmake。

2 个答案:

答案 0 :(得分:1)

您需要Visual C ++,而不是Visual Basic。它们是不同的语言。

答案 1 :(得分:0)

您无法在Visual Basic 2008 Express中编译C ++程序。

您必须下载Visual C ++。或者购买Visual Studio 2010 Pro(包括所有VB,C ++,C#和Web工具)。

如果你有带宽,我建议你这样做.iso:

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express-iso

如果您对“前沿”感兴趣,可以在此处获取MSVS 2011测试版:

http://www.microsoft.com/visualstudio/11/en-us/downloads

否则,如果您只想在Microsoft Visual Studio编译器上编译一些C +代码,请获取:

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express