Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLLNotFoundException #5

Closed
vasadhananjay opened this issue Jul 18, 2018 · 2 comments
Closed

DLLNotFoundException #5

vasadhananjay opened this issue Jul 18, 2018 · 2 comments

Comments

@vasadhananjay
Copy link

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.

@jbruening
Copy link
Owner

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

@vasadhananjay
Copy link
Author

Thanks! Yeah. There was a missing dependency from Windows oddly enough. Ran CCleaner's registry cleaner and it seemed to resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants