Hello,
I am trying to run the solution files provided for the particleCloudGPU example. I am using Visual Studio 2015 and the latest version of OF. But I am getting several errors regarding the POCO library. Such as,
'Poco' has no member named 'File'
It seems like there are a few member functions which are not available. Strangely enough I was able to run the code on CodeBlocks. I simply made my own project and added the header and source files.
Another problem is with the KinectPartcles example. It runs neither on Codeblocks or VS 2015. VS 2015 gives me the following error when I compile the solution.
Image may be NSFW.
Clik here to view.
Could anyone please give any idea on how to run the KinectParticles example? Thank you.