lidar - C# using liblas.dll (unable to load DLL) -
i need read las file using c# project.
i using liblas library project read las file , getting error:
(unable load dll 'liblas1.dll': specified module not found. (exception hresult: 0x8007007e)).
any help?
you need add dll file location can found program. first thing, find file. next, add reference in visual studio , adjust properties copied if newer.
Comments
Post a Comment