You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a quick test application which reads in a point cloud text file and tries to store it inside of a PointCloudOfXYZ. When I call the constructor for PointCloudOfXYZ it, I'm getting a DLLNotFoundException for PclSharp.Extern.dll. Not sure why the DLLImport can't find the file. This is running the x64 debug/release versions.
The text was updated successfully, but these errors were encountered:
You're probably missing things like having pcl installed in your path. Make sure it can find the dlls it needs by loading the extern dll in a tool like dependency walker
I wrote a quick test application which reads in a point cloud text file and tries to store it inside of a PointCloudOfXYZ. When I call the constructor for PointCloudOfXYZ it, I'm getting a DLLNotFoundException for PclSharp.Extern.dll. Not sure why the DLLImport can't find the file. This is running the x64 debug/release versions.
The text was updated successfully, but these errors were encountered: