Search found 37 matches

by Lucien
Mon Jun 13, 2016 7:31 am
Forum: Plugins
Topic: Problem for compiling CloudCompare
Replies: 7
Views: 5341

Re: Problem for compiling CloudCompare

Thank you very much daniel. It works with another version of Qt(5.4).
by Lucien
Fri Jun 10, 2016 9:26 am
Forum: Plugins
Topic: Problem for compiling CloudCompare
Replies: 7
Views: 5341

Re: Problem for compiling CloudCompare

Oh, it's for the GL_KHR_debug extension, it's not important at all. You can comment the whole section: if (ccFBOUtils::CheckExtension("GL_KHR_debug")) { ... } 1>------ Début de la génération : Projet : CloudCompare, Configuration : Debug Win32 ------ 2>------ Début de la génération : Proj...
by Lucien
Fri Jun 10, 2016 7:03 am
Forum: Plugins
Topic: Problem for compiling CloudCompare
Replies: 7
Views: 5341

Re: Problem for compiling CloudCompare

In the first case: you were not linking with Qt for Windows 2012 but for MinGW (see the QT5_ROOT_PATH ;) ). I'm not even sure Qt provides Qt 5.7 for MSVC 2012 anyway... Moreover CC 2.7 requires a C++x11 compatible compiler (i.e. MSVC 2013 or newer). And for the second case: hard to tell... can you ...
by Lucien
Thu Jun 09, 2016 3:58 pm
Forum: Plugins
Topic: Problem for compiling CloudCompare
Replies: 7
Views: 5341

Re: Problem for compiling CloudCompare

I changed the version of CC(2.6.3.1) and Qt(4.86) and I had fewer errors
Capture03.JPG
Capture03.JPG (41.7 KiB) Viewed 5337 times
by Lucien
Thu Jun 09, 2016 2:14 pm
Forum: Plugins
Topic: Problem for compiling CloudCompare
Replies: 7
Views: 5341

Problem for compiling CloudCompare

Hello,
Capture01.JPG
Capture01.JPG (115.51 KiB) Viewed 5341 times
I have compiled successfully CC. But when i generate the project "CloudCompareProjects.sln". I have a lot of errors
Capture02.JPG
Capture02.JPG (71.45 KiB) Viewed 5341 times
I used Qt5.7 vs2012 and CC2.7. It's caused by their incompatibility.
Thank you in advance for your response
by Lucien
Thu Jun 09, 2016 10:10 am
Forum: Plugins
Topic: how to develop new plugin
Replies: 2
Views: 3394

Re: how to develop new plugin

daniel wrote:It is now incorporated to the 'contributing.md' file.

And the best way to learn is still to look at how other plugins work!
Thank you so much.
Its explanation is very clear. I will have a try.
by Lucien
Wed Jun 08, 2016 8:01 am
Forum: Plugins
Topic: how to develop new plugin
Replies: 2
Views: 3394

how to develop new plugin

Hello,
I am a beginer of C++. I want to develop a plugin of CloudCompare, but I don't to how to start. Do you have some documentations that?
"designing_a_new_qCC_plugin.rtf" this file doesn't exist any more.
thank you in advance for your reponse.