Closed sloopidoopi closed 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
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
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