I need to read LAS file using C# for my project.

I am using the libLAS library into my project to read a LAS file and I am getting this error:

(Unable to load DLL 'liblas1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)).

Any help?

没有正确的解决方案

其他提示

You need to add that dll file to a location where it can be found by your program. First thing, find the file. Next, add it as a reference in visual studio and adjust the properties so that it is copied if newer.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top