缺少ARToolkit库

时间:2013-05-14 15:14:42

标签: artoolkit

所以我试图为我的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文件。

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

2 个答案:

答案 0 :(得分:0)

在Visual Studio中 - 项目浏览器:右键单击“simpleTest”并设置为启动项目。

答案 1 :(得分:0)

尝试做一个干净的解决方案并再试一次,如果这不起作用,尝试按项目编译,是的,这需要很长时间,但这样你就会发现给你带来麻烦的项目!