首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >缺少ARToolkit库

缺少ARToolkit库
EN

Stack Overflow用户
提问于 2013-05-14 23:14:42
回答 2查看 1.3K关注 0票数 0

因此,我尝试为我的Win7 64位计算机设置ARToolkit。我正在使用"Microsoft Visual Studio Express 2012 for Windows Desktop“。

我遵循了以下说明:

代码语言:javascript
复制
1. Unpack the ARToolKit zip to a convenient location. This location will be referred to below as {ARToolKit}.
2. Unpack the DSVideoLib zip into {ARToolKit}. Make sure that the directory is named "DSVL".
3. Copy the files DSVL.dll and DSVLd.dll from {ARToolKit}\DSVL\bin into {ARToolKit}\bin.
4. Install the GLUT DLL into the Windows System32 folder, and the library and headers into the VS platform SDK folders.
5. Run the script {ARToolKit}\Configure.win32.bat to create include/AR/config.h.
6. Open the ARToolKit.sln file (VS.NET) or ARToolkit.dsw file (VS6).
7. Build the toolkit.

VRML渲染库和示例(libARvrml & simpleVRML)是可选的构建:

代码语言:javascript
复制
1. Unpack the OpenVRML zip into {ARToolKit}.
2. Copy js32.dll from {ARToolKit}\OpenVRML\bin into {ARToolKit}\bin.
3.Enable the libARvrml and simpleVRML projects in the VS configuration manager and build.

但是在第7步,当我尝试构建工具包时,出现一个错误

“无法启动程序'C:\Users.....\ARToolKit\lib\SRC\AR\Debug\libAR.lib'.系统找不到指定的文件。

我检查了\lib\SRC\文件夹,其中的所有源代码都没有.lib文件。

我猜这不应该发生。我应该创建这些文件吗,或者有什么办法可以解决这个问题吗?这是因为不兼容吗?

EN

回答 2

Stack Overflow用户

发布于 2014-01-29 22:22:06

在Visual studio中--项目资源管理器:右键单击"simpleTest“并设置为启动项目。

票数 0
EN

Stack Overflow用户

发布于 2014-06-22 18:53:14

试着做一个干净的解决方案,然后再试一次,如果这不起作用,试着逐个项目编译,是的,这将需要很长时间,但这样你就会找到给你带来麻烦的项目!

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16546899

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档