Page 1 of 1

Is C++/CLI compatible with CloudCompare

Posted: Wed Jun 15, 2016 8:47 am
by Lucien
Hello,
I have developed a plug-in in Scene Faro with C++/CLI and I want to transfer it into CloudCompare. Is it possible to do this keeping my original UI.
Thank you in advance.

Re: Is C++/CLI compatible with CloudCompare

Posted: Wed Jun 15, 2016 11:54 am
by daniel
Are you using MFC for the GUI? It may be possible to keep it as is in a plugin (as a plugin is rather independent from the core application). You can basically use the plugin's action entry point to start your own tool... I guess ;)

Otherwise if your GUI is not too complicated I can help you migrate to Qt.

Re: Is C++/CLI compatible with CloudCompare

Posted: Thu Jun 16, 2016 12:05 pm
by Lucien
It's Ok. I am learning Qt. It's a little strange to begin c++ with cli/c++.
Thank you, it's kind of you.