ARToolkit libraries missing



所以我试图为我的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}DSVLbin 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}OpenVRMLbin into {ARToolKit}bin.
3.Enable the libARvrml and simpleVRML projects in the VS configuration manager and build.

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

"无法启动程序'C:Users.....ARToolKitlibSRCARDebuglibAR.lib'. "系统找不到指定的文件

我检查了libSRC文件夹,那里所有的源代码都没有。lib文件。

我猜这不应该发生。我应该创建文件吗,还是有别的办法?这是因为不相容吗?

在Visual studio- project explorer中:右键单击"simpleTest"并将其设置为启动项目

尝试做一个干净的解决方案,再试一次,如果这不起作用,尝试一个项目一个项目地编译,是的,这将花费时间,但这样你会找到给你麻烦的项目!

最新更新