user1106633
user1106633

Reputation: 155

Augmented reality in wp7

I m using SLARTOOLKIT to implement augmented reality in windows phone 7 but the source code provided in the website has some missing dlls. When i run the project I got an error message that SlarToolkitWinPhone.dll assembly reference not exists and i can't find this dll file any where on the internet. Can any one help me please ?

Upvotes: 0

Views: 354

Answers (1)

Keesjan
Keesjan

Reputation: 108

Download SLARToolkit and open the "Slartoolkitwinphonesample.sln" (found in /trunk/slartoolkit.solution directory) and rebuild, this will create "SLARToolKitWinPhone.dll". If you have problems building the sample it is most probably because windows is blocking access to the dlls in the 3rdparty directory. just right clck on a dll to unblock them.

Upvotes: 3

Related Questions