Hi,
I have a low level HW communication interface, which I would like to embed into a DLL.
I create and starts a QThread, and in this tread's run loop, I create a simple handler object which I start with a QTimer:singleShot
My problem:
Everything works, as long I run the the Application from QtCreator (either in Debug or Release mode - both works)
But when I build a static release version, the eventloop seems to stop or never start.
I have build a very basic solution, for anyone to inspect.
Please advice - Thanks
Bookmarks