jing-interactive / AirTouch

Multi touch system for Kinect V1 & V2, Intel RealSense devices and OpenNI-compatible sensors.
MIT License
27 stars 5 forks source link

A dependent dll was not found #1

Closed cas1993per closed 4 years ago

cas1993per commented 5 years ago

When i try to build AirTouch it succeed but when i try to run it shows error saying "The code execution cannot proceed because ImiNect.dll was not found" Reinstalling the program may fix this problem and In the error list it shows The program '[128132] AirTouch-d.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

I tried to look for ImiNect.dll but i couldn't found it anywhere.

vinjn commented 5 years ago

Hi, try comment out this line and re-compile https://github.com/jing-interactive/Cinder-DepthSensor/blob/master/include/DepthSensor.h#L17

vinjn commented 4 years ago

Fixed, please sync and build again.