Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为我的项目使用 C# 读取 LAS 文件。
我在我的项目中使用 libLAS 库来读取 LAS 文件,我收到此错误:
(无法加载 DLL 'liblas1.dll':找不到指定的模块。(来自 HRESULT 的异常:0x8007007E))。
有什么帮助吗?
您需要将该 dll 文件添加到您的程序可以找到的位置。首先,找到文件。接下来,将其添加为 Visual Studio 中的参考并调整属性,以便在更新时复制它。