PDA

View Full Version : I've got a qt&opencv problem.



eralvc
21st October 2008, 08:54
I got a problem with qt&opencv. I use eclipse3.4.1+cdt5.1+qt4.4.3 integration under windows to develop the qt gui project.
After I add opencv into the project, it can't debug and run anymore. I've add the includepath and library path of opencv into eclipse.The error message what i got when i debug is :
" You can't do that without a process to debug."
And there is no other message.

To find the reason, I did the following testing:
1:make the project and debug it with gdb in console enviroment, work well
2:build a new c++ project with eclipse, add the opencv, work well
3:build a new qt gui project with eclipse, work well

can anybody helps me? thanks

patrik08
22nd October 2008, 08:00
On window && MINGW you found compiler error? on /highgui/

I build like instruction from:
https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/webcam_qt4_demo_mingw/readme.txt
and it run...
svn are ....
https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/webcam_qt4_demo_mingw/
+ a small demo

eralvc
23rd October 2008, 09:58
On window && MINGW you found compiler error? on /highgui/

I build like instruction from:
https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/webcam_qt4_demo_mingw/readme.txt
and it run...
svn are ....
https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/webcam_qt4_demo_mingw/
+ a small demo
sorry,i can't get you. please tell me more details.
thx