在Visual Studio 2010上安装并引用Tao框架
我正在尝试让Tao Framework 在我的系统中运行。我有 Windows 7 64 位和 Visual Studio 2010。
我已经下载了文件“taoframework-2.1.0-setup.exe”并安装了它,一切保持原样。
据我现在了解,我应该能够在工具箱中添加一个名为 simpleOpen GL 的“工具”,或者在特定项目中添加一个“参考”。
问题是我的视觉工作室中没有显示任何与Tao Framework相关的内容。
我一直在阅读并没有找到任何可靠的答案,教程会很好,任何信息都会有帮助!
谢谢!
I'm Trying to get the Tao Framework going in my system. I have Windows 7 64bit With Visual Studio 2010.
I have downloaded the file "taoframework-2.1.0-setup.exe" and installed it, leaving everything as it was.
As far as I understand now i should be able to add either a "Tool" in the toolbox that will be called simpleOpen GL or to add a "Reference" in a specific project.
The problem is that nothing related to Tao Framework is showing in my visual studio.
I've been reading around and haven't found any solid answers, a tutorial would be nice, any info will help!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OpenTK 怎么样?显然,Tao 已被 OpenTK 取代。 Tai 的最后一次发布是在 2008 年。
http://www.opentk.com/
What about OpenTK? Apparently Tao has been superseded by OpenTK. The last release of Tao was in 2008.
http://www.opentk.com/
你必须寻找它。右键单击工具箱,然后单击“选择项目”。在VS2010中,该选项不会出现在对话框中,因此您单击浏览并进入Tao框架的安装文件夹(C:\Program Files\TaoFramework\bin)并查找Tao.Platform.Windows.dll。
然后单击“确定”,将看到 simpleOpenGLControl,然后单击“确定”。它将作为工具箱的一部分加载
You have to search for it. Right click in the toolbox and click "choose items". in VS2010 the option will not appear on the dialog box so you click browse and go to installation folder(C:\Program Files\TaoFramework\bin) of Tao framework and look for Tao.Platform.Windows.dll.
Then click ok and will see the simpleOpenGLControl and the click ok. It will be loaded as part of the toolbox