Is C++/CLI compatible with CloudCompare

Questions related to plugins development
Post Reply
Lucien
Posts: 37
Joined: Wed Jun 08, 2016 7:51 am

Is C++/CLI compatible with CloudCompare

Post 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.
daniel
Site Admin
Posts: 7330
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Is C++/CLI compatible with CloudCompare

Post 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.
Daniel, CloudCompare admin
Lucien
Posts: 37
Joined: Wed Jun 08, 2016 7:51 am

Re: Is C++/CLI compatible with CloudCompare

Post 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.
Post Reply