ARToolkit libraries missing -


so i've attempted set artoolkit win7 64-bit computer. i'm using "microsoft visual studio express 2012 windows desktop".

i followed these instructions:

1. unpack artoolkit zip convenient location. location referred below {artoolkit}. 2. unpack dsvideolib zip {artoolkit}. make sure directory named "dsvl". 3. copy files dsvl.dll , dsvld.dll {artoolkit}\dsvl\bin {artoolkit}\bin. 4. install glut dll windows system32 folder, , library , headers vs platform sdk folders. 5. run script {artoolkit}\configure.win32.bat create include/ar/config.h. 6. open artoolkit.sln file (vs.net) or artoolkit.dsw file (vs6). 7. build toolkit. 

the vrml renderering library , example (libarvrml & simplevrml) optional builds:

1. unpack openvrml zip {artoolkit}. 2. copy js32.dll {artoolkit}\openvrml\bin {artoolkit}\bin. 3.enable libarvrml , simplevrml projects in vs configuration manager , build. 

but @ step 7, when try build toolkit, error saying

"unable start program 'c:\users.....\artoolkit\lib\src\ar\debug\libar.lib'. system cannot find file specified.

i checked \lib\src\ folder, , sources in there did not have .lib file.

i'm guessing shouldn't happen. supposed create files, or there way around this? because of incompatibility?

in visual studio-- project explorer: right click on "simpletest" , set startup project.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -