Search found 5 matches

by nenadpol
Sat Jan 25, 2020 6:34 am
Forum: Plugins
Topic: PCL plugIn
Replies: 7
Views: 24252

Re: PCL plugIn

Solved the problem using Dependency Walker.
There were a lot of dll's missing.

Placed all of them with CC.exe and it worked.

thanks for helping
Nenad
by nenadpol
Sat Jan 25, 2020 6:20 am
Forum: Plugins
Topic: PCL plugIn
Replies: 7
Views: 24252

Re: PCL plugIn

I did what you wrote and that solved error message.
Still, CC does not load plugin QPCL_IO_PLUGINd.dll

------------------------------------------------------------------------------------------
[Plugin] Searching: C:/Users/nenad/Downloads/CloudCompare-master/CC_win64/qCC/Debug/plugins
Plugin found ...
by nenadpol
Fri Jan 24, 2020 6:02 am
Forum: Plugins
Topic: PCL plugIn
Replies: 7
Views: 24252

Re: PCL plugIn

Hi,

Configuration in CMake = OK
generate code in CMAKE = OK
building solution in VisualStudio = OK

Running CC = OK.

But, when I try to load plugin QPCL_PLUGINd.dll and run CC

this is error message :
Untitled.png
Untitled.png (5.27 KiB) Viewed 24168 times
thanks Nenad
by nenadpol
Thu Jan 23, 2020 9:27 am
Forum: Plugins
Topic: PCL plugIn
Replies: 7
Views: 24252

Re: PCL plugIn

Hi,

I compiled PLC 1.8.1 using VS 2015 Project Type = Dynamic Library (.dll)

I did not have CC installed when I compiled PCL and did not used ccIOPluginInterface

Do I have to compile PCL again and use

#include "ccIOPluginInterface.h"

Q_OBJECT
Q_INTERFACES( ccIOPluginInterface )
Q_PLUGIN ...
by nenadpol
Tue Jan 21, 2020 5:48 am
Forum: Plugins
Topic: PCL plugIn
Replies: 7
Views: 24252

PCL plugIn

Hi,

I have installed CC 2.11. In this version there is pcl plugin QPCL_IO_PLUGIN, works fine.
I used Dependency Walker to check dependencies and no PCL dependencies for this plugin needed.

I downloaded QT5.8.3 and compiled with VS 2015. This solution has project QPCL_IO_PLUGIN. Compiled fine but ...