my program is in C#, but this project is in C++.
I need to include pcl/io/boost.h
in order to work with pointclouds.
My problem however is that I get an AccessViolationException error when initializing the class which includes it. It gives this explanation:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
it took me 2 days to figure out that the problem is with boost, but I had trouble with it before...
I run windows 7, VS 2010 x64 installed everything of pcl in x64.