Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Start CanOe from QT application and execute automatic tests
-
Hi all,
I am going to implement a QT aplication which start Canoe and execute CAPL test,but i get a problem when i call the function __uuidof(IApplication) (undefined reference to `_GUID const& __mingw_uuidof<IApplication>()') althought the function exist in __mingw.h please any help and if there is some documents which can help I have not find any thing in the net
-
Hi,
Since you are starting Canoe from your Qt application, wouldn't QProcess:processId do the job ?