Why can't I put my plugin onto CloudCompare

Feel free to ask any question here
Post Reply
yjf27281181
Posts: 16
Joined: Mon Sep 26, 2016 12:46 am

Why can't I put my plugin onto CloudCompare

Post by yjf27281181 »

Hi Deniel,
I met a very strange problem.
When I use a function that involve opencv and a dll that I write in my plugin and try to compile CC, and then CC would not add my plugin onto it while other plugins like dummy could. However, if I comment this function and try to compile it again. CC would add my plugin onto it. So the problem is this function containing some dll. Could you tell me how to solve this problem?
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Why can't I put my plugin onto CloudCompare

Post by daniel »

It's probably because when you use the function, the plugin will try to load the OpenCV DLL(s). You have to put them next to CloudCompare executable.

To determine which DLL is missing, the best way is to use 'Depedency Walker' (on the plugin DLL):
http://www.dependencywalker.com/
Daniel, CloudCompare admin
Post Reply