prisonerjohn / ofxAzureKinect

An openFrameworks addon for the Azure Kinect.
MIT License
73 stars 24 forks source link

Linking problem? #20

Closed skywalkerwin closed 3 years ago

skywalkerwin commented 3 years ago

Heyo!

I'm trying to use your addon with openframeworks, but I think I got a linking problem and im not really sure what to do to fix it.

image

image

Any ideas how to fix this? Would appreciate it very much!

Thanks!!

skywalkerwin commented 3 years ago

I guess while I'm here, could I ask a few questions about the need to add all this stuff to environment variables? My guess is to let openframeworks know where to find all the azure kinect files?

Why did I need to create the AZUREKINECT_SDK and AZUREKINECT_BODY_SDK variables + path,

And why did I need to add those paths to my PATH for?

skywalkerwin commented 3 years ago

Had to set visual studio to run on platform x64 I think was the problem.

Project -> properties -> platform -> x64