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

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -