Search found 23 matches

by CCNewbieL6
Fri Jan 29, 2021 6:34 am
Forum: Plugins
Topic: VS2017 compile error
Replies: 4
Views: 11718

Re: VS2017 compile error

I solved the error which is in the first post. VS show that " type for ScalarType has not been declared.". So I try to find where ScalarType is. Then I found that CloudCompare\libs\qCC_db\extern\CCCoreLib\include\CCTypes.h has the declaration: //! Type of a single scalar field value #if de...
by CCNewbieL6
Thu Jan 28, 2021 11:29 am
Forum: Plugins
Topic: VS2017 compile error
Replies: 4
Views: 11718

Re: VS2017 compile error

Thank you for your reply ! The project above is not the qDummyPlugin or ExamplePlugin. At the first time, I used the CloudCompare\plugins\example\ExamplePlugin . Then the code about cloudcompare performed well. But An error caused by QT : 1>Automatic MOC and UIC for target ExamplePlugin 1> Creating ...
by CCNewbieL6
Wed Jan 27, 2021 11:50 am
Forum: Plugins
Topic: VS2017 compile error
Replies: 4
Views: 11718

VS2017 compile error

Hello everyone: I am a newbie in cloudcompare. Recently, I want to develop a plugin for cloudcompare. There are something wrong. I have already compiled the cloudcompare and its plugins via VS 2015 and VS 2017 with QT5.12.2. That's all correct. However, when I start a new QT project(SubSampleTools),...