Mac Event Loop QT Plugin in a NON QT Application - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T16:13:12Z http://stackoverflow.com/feeds/question/1009511 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1009511/mac-event-loop-qt-plugin-in-a-non-qt-application 1 Mac Event Loop QT Plugin in a NON QT Application Grant Hickey 2009-06-17T21:03:37Z 2009-10-18T11:00:04Z <p>I am trying to write a Trolltech QT library that will be used from a NON-QT CFM Application written in MacApp. I am having trouble that when I have created QApplication it is taking over my event loop in my non-Qt MacApp mac application. I have override QApplication::macEventFilter to call CallNextEventHandler but this calls my Carbon Event Handler in the MacApp Application but events like selecting a menu item do not work yet hot keys to the same item work fine. I am in desperate need to figure this out. Is there a Mac Version of QMFCApp. I need to get this to work and get it to work the right way. Button clicks and menu items do not seem to work but other events such as typing seem to function. I think I some how need to deal with old EventRecord events and repost the event but I am not sure. How do I get QT to work as a plugin in my old Application. Please help I am desperate.</p> <p>Grant Hickey</p> http://stackoverflow.com/questions/1009511/mac-event-loop-qt-plugin-in-a-non-qt-application/1077705#1077705 0 Answer by Joey Hagedorn for Mac Event Loop QT Plugin in a NON QT Application Joey Hagedorn 2009-07-03T04:01:25Z 2009-07-03T04:01:25Z <p>Is it correct you are trying to develop an application for Mac OS 9? MacApp has been discontinued for almost a decade and it seems like you're trying to mash together technologies that really aren't meant to be mixed.</p> <p>Perhaps you could describe what you are trying to do at a higher level, and what your constraints are? I expect there must be an easier way using more modern bits.</p>