CloudCompare with LasTools

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
arthur
Posts: 4
Joined: Fri Oct 14, 2016 11:48 am

CloudCompare with LasTools

Post by arthur »

Hi Daniel,

I read in this post http://www.danielgm.net/cc/forum/viewto ... f07e#p7828, Laslib is deprecated and LasTools will be a better choice, in particular if I want use las 1.3.
So my question is do you know where is the .lib (for LIBLAS_RELEASE_LIBRARY_FILE) and the .dll (for LIBLAS_SHARED_LIBRARY_FILE) of laslib ? I searched in the file but I found nothing (except when I generate in Visual Studio, but no dll).

Thanks,
Arthur
daniel
Site Admin
Posts: 7707
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: CloudCompare with LasTools

Post by daniel »

Warning, libLAS is deprecated. And LASlib is not (it's part of LAStools). So you should first compile LASlib (from https://github.com/cloudcompare/LAStools) and you should only get static libraries (in LASlib/VC12/lib/x64 if you are compiling with VS2013 for instance).

And you can't use them to replace libLAS (sadly ;). You can only use them to compile the new qLAS_FWF_IO plugin (which is able to load 1.3+ LAS files). This is temporary, until we manage to replace libLAS completely.
Daniel, CloudCompare admin
Post Reply