my qt version is 5.5.1 and VS studio is 2013,when i compile my plugin ,a erro coccurs like this picture,
error1: can not convet para 2 from “QMainWindow *”to“QWidget *”;
I wonder the problem was caused by the version of CC or my software(QT and vs)
Search found 15 matches
- Thu Aug 23, 2018 2:27 am
- Forum: CloudCompare
- Topic: problem about compile CC by qt
- Replies: 0
- Views: 17799
- Wed Mar 15, 2017 1:38 am
- Forum: Questions
- Topic: about document
- Replies: 2
- Views: 2110
about document
hi,I have found your PHD Document on the net,when I am ready to study it ,I noticed it is in french,is there a English Type?
- Mon Mar 13, 2017 12:01 am
- Forum: Questions
- Topic: about extract feature line of a point cloud
- Replies: 3
- Views: 2821
Re: about extract feature line of a point cloud
thanks for your reply!
the Trace Polyline Tools can draw a feature line point by point?
I wonder how to draw a line in this tool.
the Trace Polyline Tools can draw a feature line point by point?
I wonder how to draw a line in this tool.
- Fri Mar 10, 2017 2:17 am
- Forum: Questions
- Topic: about extract feature line of a point cloud
- Replies: 3
- Views: 2821
about extract feature line of a point cloud
I want to know how to draw line in CC, can segmentation tools do this?
- Tue Oct 18, 2016 11:53 am
- Forum: Questions
- Topic: computation error in C2C distance
- Replies: 1
- Views: 1459
computation error in C2C distance
I generate two point cloud by matlab,the have the same x and y coordinate,the z mean of first cloud is 0,the second z mean is 10mm,when I use the c2c method to compute the distance,this error occurs;but when i turn down the z mean to 6mm and keep x,y still,it can compute the disance;the point number...
- Fri Aug 19, 2016 9:38 am
- Forum: Questions
- Topic: compiling CloudCompare in debug mode
- Replies: 6
- Views: 4529
Re: compiling CloudCompare in debug mode
thanks for you help,I have substituted the debug initilizing code in trunk 2.6.2(ccGLWindow.cpp line 624): glEnable(GL_DEBUG_OUTPUT); glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS); //int value = 0; //glGetIntegerv(GL_CONTEXT_FLAGS, &value); //if ((value & GL_CONTEXT_FLAG_DEBUG_BIT) == 0) //{ // ccLo...
- Fri Aug 19, 2016 7:11 am
- Forum: Questions
- Topic: compiling CloudCompare in debug mode
- Replies: 6
- Views: 4529
Re: compiling CloudCompare in debug mode
another problem :dose QT5.5 contain opengl?
- Fri Aug 19, 2016 7:06 am
- Forum: Questions
- Topic: compiling CloudCompare in debug mode
- Replies: 6
- Views: 4529
Re: compiling CloudCompare in debug mode
line761 is “void ccGLWindow::resizeEvent(QResizeEvent *evt)”
on the one hand,you means I shoud makes some changes on ccGLWindow.cpp(line761)?
can you teach me how to change by detail?
i am a rookie in cc
on the other hand,you means i should change QT5.4 to qt5.5?right?
on the one hand,you means I shoud makes some changes on ccGLWindow.cpp(line761)?
can you teach me how to change by detail?
i am a rookie in cc
on the other hand,you means i should change QT5.4 to qt5.5?right?
- Thu Aug 18, 2016 2:39 pm
- Forum: Questions
- Topic: compiling CloudCompare in debug mode
- Replies: 6
- Views: 4529
compiling CloudCompare in debug mode
hello,when I compile cc in debug mode,It occurs some problem such as: 93 IntelliSense: "void (*)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *userParam)" 类型的实参与 "GLDEBUGPROC" 类型的形参不兼容 e:\study\project\trunk-2.6.2\trunk-2.6...
- Tue Apr 19, 2016 1:17 am
- Forum: Questions
- Topic: QT build question
- Replies: 1
- Views: 1575
Re: QT build question
when I chang the param1 to (GLDEBUGPROC)GLDEBUGCALLBACK,it can build successfully
but when I run the generated CloudCompare.exe,after a while
an error Window appears"CloudCompare.exe has stop working",how shoud I do??
but when I run the generated CloudCompare.exe,after a while
an error Window appears"CloudCompare.exe has stop working",how shoud I do??