DLL - process native events to Qt
-
Hello guys, I am writing a Qt DLL which is called within C application (pure C) and I want to process native events from that application (Windows) to Qt ones without writing it itself (to convert all events into Qt)... the only way could be instantiating QCoreApplication but I wonder if it is a good way of doing that...
I hope somebody will have some ideas about doing that. Also referring to: http://qt-project.org/forums/viewthread/1529
Thanks in advance.