Visual Studio 上的 TBB(线程构建块)
有人可以告诉我一种在 Visual Studio 2008 上开始使用 TBB 的快速方法吗?我确实完成了本教程,但它似乎有点旧(LINK)
Can someone point to me a quick way to get started working with TBB on Visual Studio 2008? I did go through this tutorial but it seemed kind of old (LINK)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 TBB 上的最新文档开始: http://threadingbuildingblocks.org/ver.php ?fid=91;特别是,入门和教程文档应该包含您正在寻找的大部分信息。
查看适用于 Visual Studio 的 TBB 插件;它会自动执行您需要在 VS 项目中进行的繁琐更改以配置路径和依赖项。但是,由于 VS Express 版本的限制,它无法与 VS Express 版本一起使用。
如果需要进一步的帮助,欢迎您访问 TBB论坛。
Start with the up-to-date documentation on TBB: http://threadingbuildingblocks.org/ver.php?fid=91; in particular, Getting Started and Tutorial documents should contain much of the info you are looking for.
Look at TBB plug-in for Visual Studio; it automates tedious changes that you need to make in VS projects to configure paths and dependencies. It does not work with VS Express Editions however, due to limitations of those.
And in case of further assistance necessary, you are welcome at the TBB forum.