安装提升和使用Visual Studio 2010 Express [英] Setup boost and use with Visual Studio 2010 Express

查看:144
本文介绍了安装提升和使用Visual Studio 2010 Express的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道类似的问题,你可以在网上找到,特别是在stackoverflow,但我仍然需要写这个问题,因为我找不到任何页面,其中有一个一步一步教程如何设置boost库和集成它视觉工作室2010快递。
即使在这里:如何在Visual Studio 2010中使用Boost
有步骤(例如3,4),我找不到菜单等...

I know that similar questions you can find in web and, particularly in stackoverflow but I still need to write this question because i could no find any page where there is a step by step tutorial how to setup boost library and integrate it with visual studio 2010 express. Even here: How to use Boost in Visual Studio 2010 there are steps (e.g. 3, 4) that I can't find the menus or so...

请帮助我能够使用boost with visual studio 2010 express on Win7。

So please help me to be able to use boost with visual studio 2010 express on Win7.

推荐答案

我遇到一些链接问题, BoostPro计算。我通过编译boost lib从源代码解决它。以下是步骤:

I meet some linking issue when I install boost with installer from "BoostPro Computing". And I solve it by compiling boost lib from source code. Here is the steps:


  1. http://www.boost.org/users/history/version_1_52_0.html

  2. 解压缩

  3. 输入Visual Studio 2010 Express命令提示符

  4. cd到解压缩的boost dir

  5. bootstrap.bat

  6. .\b2

  1. download boost from http://www.boost.org/users/history/version_1_52_0.html
  2. unzip it
  3. enter Visual Studio 2010 Express Command Prompt
  4. cd to the unzipped boost dir
  5. bootstrap.bat
  6. .\b2

完成。

环境:


  • Win7 64位

  • Visual Studio 2010 Express

  • boost 1_52_0

PS在Boost构建结束时,提示include目录和lib目录,应该添加到相应的路径,以便Visual Studio可以找到它们。

P.S. At the end of Boost build mentions the include directory and lib directory that should be added to corresponding paths so that Visual Studio could find them.

这篇关于安装提升和使用Visual Studio 2010 Express的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆