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.
Is C++/CLI compatible with CloudCompare
Re: Is C++/CLI compatible with CloudCompare
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.
Otherwise if your GUI is not too complicated I can help you migrate to Qt.
Daniel, CloudCompare admin
Re: Is C++/CLI compatible with CloudCompare
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.
Thank you, it's kind of you.