0

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

我按照以下说明进行操作:

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)是可选构建:

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 文件。

我猜这不应该发生。我应该创建文件,还是有办法解决这个问题?这是因为不兼容吗?

4

2 回答 2

0

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

于 2014-01-29T14:22:06.327 回答
0

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

于 2014-06-22T10:53:13.533 回答