I have compiled cloudcompare trunk version successfully on the following configuration:
- MSVC 2012
- Windows 7 64 bits
I tried to add PCL plugin. For that I used the pre-built version from http://unanancyowen.com/?p=1255&lang=en (this one to be precise https://onedrive.live.com/redir?resid=E ... file%2cexe), which includes VTK, Boost, FLANN, Eigen and Qhull.
I had an issue with VTK not found by Cmake, so I compiled VTK.
Eventually the cmake would generate the MSVC solution. It compiled successfully, but when I launched the exe the PCL plugin was not loaded. I have the following error in the console:
Code: Select all
[17:33:12] [Plugin] Cannot load library D:/DEV/CloudCompare/install/CloudCompare_debug/plugins/QPCL_IO_PLUGINd.dll: Le module spécifié est introuvable.
[17:33:12] [Plugin] Cannot load library D:/DEV/CloudCompare/install/CloudCompare_debug/plugins/QPCL_PLUGINd.dll: Le module spécifié est introuvable.
- QPCL_IO_PLUGINd.dll and QPCL_PLUGINd.dll are in the plugins folder
- pcl dll's are in the fodler of the exe (CloudCompare_debug)
- it doesn't work either with ccViewer...
Any help will be appreciated.
Thank you,
Olivier