因此,我尝试为我的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文件。
我猜这不应该发生。我应该创建这些文件吗,或者有什么办法可以解决这个问题吗?这是因为不兼容吗?
发布于 2014-01-29 22:22:06
在Visual studio中--项目资源管理器:右键单击"simpleTest“并设置为启动项目。
发布于 2014-06-22 18:53:14
试着做一个干净的解决方案,然后再试一次,如果这不起作用,试着逐个项目编译,是的,这将需要很长时间,但这样你就会找到给你带来麻烦的项目!
https://stackoverflow.com/questions/16546899
复制相似问题