leapmotion / VRIntro

Leap Motion's intro to VR
56 stars 19 forks source link

Demo libraries out of date? #5

Closed jawilkins closed 9 years ago

jawilkins commented 10 years ago

I get this error:

C:\dev\VRIntro\source\VRIntroApp.cpp(53): error C2039: 'InitHMD' : is not a member of 'OculusVR'

It seems that the DemoLibraries_Win_x86 linked in the readme is out of date?

wmisha commented 10 years ago

Hi Jason,

Good catch. I've just updated the libraries file, please try again!

jawilkins commented 10 years ago

Compiles fine now, but I have an unresolved Win32 API function impPathRemoveFileSpecW while linking. I added Shlwapi.lib to the windows libraries and it worked.

wmisha commented 10 years ago

Thanks for letting me know that.