I have compiled cloudcompare truck successfully on the following configuration
PCL 1.6.0 All-In-OneInstaller MSVC2010 32bit
Win8 32bit
I tried to install the plugin qAnimation ,qBlur,qBcv,qPcl.
But I am very confused that I can not find the dll of plugins in the folder of CMAKE_INSTALL_PREFIX(C:\Program Files\CloudCompareProjects).
How could I solve this problem, Any help will be appreciated.
thank you.
qin
where is the dll of plugin?
Re: where is the dll of plugin?
First, I believe you can't 'install' to the 'Program Files' folder (at least on Windows 7/8/10) as CMake doesn't have the rights to write there.
Then, be sure to compile the 'INSTALL' project (you should see in MSVC's console if the files are properly copied and where they are copied (it occurs at the very end of the compilation process, if all projects are successfully compiled).
Then, be sure to compile the 'INSTALL' project (you should see in MSVC's console if the files are properly copied and where they are copied (it occurs at the very end of the compilation process, if all projects are successfully compiled).
Daniel, CloudCompare admin
Re: where is the dll of plugin?
thank you
when compiled trunck2.5.1 version,I tried to add plugin.
there are some warnings,Eventually MSVC2010 has the following error in the console.How could I debug that?
when compiled trunck2.5.1 version,I tried to add plugin.
there are some warnings,Eventually MSVC2010 has the following error in the console.How could I debug that?
- Attachments
-
- 46-1.png (154.45 KiB) Viewed 6956 times
-
- 47.png (55.18 KiB) Viewed 6956 times
Re: where is the dll of plugin?
To debug CC with Visual:
- compile the 'INSTALL' project (always)
- but set the 'CloudCompare' project as active (right click on it and find the right option)
- the first time you also have to change the 'Command' target in the 'Debugging' section of the project properties (see http://blogs.microsoft.co.il/meravk/wp- ... 8/Pic3.png for instance). Instead of the default command, you have to point to the installed version of CloudCompare.exe (i.e. the one that is generated by the INSTALL project)
Daniel, CloudCompare admin
Re: where is the dll of plugin?
Hi Daniel
Thank you,thank you for your patience.
I am a beginner ,I seem to understand a little bit.
I try to add qanimation_plugin,qblur_blugin,qpcv_plugin,qedl_plugin, These are all successful.but when add qpcl_plugin,I can see in the console the following message
How should I do?
qin
Thank you,thank you for your patience.
I am a beginner ,I seem to understand a little bit.
I try to add qanimation_plugin,qblur_blugin,qpcv_plugin,qedl_plugin, These are all successful.but when add qpcl_plugin,I can see in the console the following message
How should I do?
qin
- Attachments
-
- 2-1.png (144.87 KiB) Viewed 6944 times
Re: where is the dll of plugin?
I bet the class of the 'smoother' object is not recognized (you must have an error about an undeclared specifier, or something equivalent). And it probably means that you are not using the right version of PCL.
Daniel, CloudCompare admin
Re: where is the dll of plugin?
Hi Daniel
Thank you so much for your help,When I use PCL1.7.1 instead PCL1.6, I succeeded.
I'm trying to design a new plugin,if I have questions about cc, I will consult you.
Thank you again.
qin
Thank you so much for your help,When I use PCL1.7.1 instead PCL1.6, I succeeded.
I'm trying to design a new plugin,if I have questions about cc, I will consult you.
Thank you again.
qin
Re: where is the dll of plugin?
Hi daniel
I am very confused when I use the tool of Remove duplicate points,I want to know what is the unit of minimal distance between points. mm? cm?....
thank you.
I am very confused when I use the tool of Remove duplicate points,I want to know what is the unit of minimal distance between points. mm? cm?....
thank you.