Hi folks,
I'm now to using Code Blocks, but I've been programming in C++ for a while now. I'm having a bit of trouble getting my program to work with the new Kinect SDK. Basically, when I try to build the program when including the NUI Kinect API header I get errors that the INT, UINT, FLOAT, etc types have not been defined. The Kinect SDK is designed for use with Visual Studio in Windows applications, so I'm guessing that some header files which would normally be included are being left out.
If anyone has any idea where to find the necessary headers or libraries I'd appreciate it. A guide on how to get VS/Windows applications running inside Code Blocks would be very useful as well.
Thanks