tags:

views:

23

answers:

0

i have a Win32 (not MFC-based) application that imports a QT-based DLL. this works great. at this point, i dont need to use the QT_MFC interop library in order to merge the two event loops.

however, i would like the QT DLL to be able to call methods in the Win32 application.

would anybody have any advice on how i might go about doing that?