Search found 5 matches
- Thu Sep 06, 2018 7:40 am
- Forum: CloudCompare
- Topic: About ccPointCloud problem.
- Replies: 7
- Views: 19161
Re: About ccPointCloud problem.
Sorry, you should try this version (ccPointCloud is not a pointer)
- Thu Sep 06, 2018 6:01 am
- Forum: CloudCompare
- Topic: About ccPointCloud problem.
- Replies: 7
- Views: 19161
Re: About ccPointCloud problem.
Actually, I also want to start this code in debug mode.
But, unfortunately, this is a link time error, so I can't even build this code successfully.
Maybe you could try to build my code, You may find more clues.
I am very appreciated for your help.
But, unfortunately, this is a link time error, so I can't even build this code successfully.
Maybe you could try to build my code, You may find more clues.
I am very appreciated for your help.
- Wed Sep 05, 2018 10:04 am
- Forum: CloudCompare
- Topic: About ccPointCloud problem.
- Replies: 7
- Views: 19161
Re: About ccPointCloud problem.
Is this the latest version of PointCloud?
I try this version of CC library but still got the same error.
I try this version of CC library but still got the same error.
- Tue Sep 04, 2018 2:59 am
- Forum: CloudCompare
- Topic: About ccPointCloud problem.
- Replies: 7
- Views: 19161
Re: About ccPointCloud problem.
Thanks for your reply, Daniel.
I tried to rebuild the newest version of cloudcompare, but I still got the same problem.
My kit version:
Is there something wrong, or something I missed?
Should I use the particular version of Qt or MSVC?
Thank you~
I tried to rebuild the newest version of cloudcompare, but I still got the same problem.
My kit version:
Code: Select all
Qt 5.10.1 MSVC2017 64bit
Should I use the particular version of Qt or MSVC?
Thank you~
- Thu Jul 12, 2018 10:19 am
- Forum: CloudCompare
- Topic: About ccPointCloud problem.
- Replies: 7
- Views: 19161
About ccPointCloud problem.
I try to create a GLWindow, and a ccPointCloud object, and something going wrong. I got an error from the linker, here is my code and error below. https://i.imgur.com/lYRa57j.png untitled1.pro #------------------------------------------------- # # Project created by QtCreator 2018-07-03T14:01:18 # #...