ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

Issue #559 still occurs on VS2010 #99

Closed sloopidoopi closed 12 years ago

sloopidoopi commented 12 years ago

I had the same problems that a mentioned in Issue #559. ( The rollback: https://github.com/openframeworks/openFrameworks/commit/7709a23aef3bea47da65aa661b157f414522b4dc )

I got my project compiled with VS2010 when i readded the #if defined TARGET_WIN32 && _MSC_VER < 1600 line and also added a #include <stdint.h> in ofxOscArg.h

danomatika commented 12 years ago

This is a general OF issue and not specific to ofxKinect. Please log it to the main OF repo: https://github.com/openframeworks/openFrameworks/issues?milestone=5