Qt-interest Archive, March 2007
Qt application and mfc dll
Message 1 in thread
HI Friends,
I am trying to invoke an MFC extension dll from a QT application.
It does not work as is not able to find the resource handler.
A regular dll works fine.
I need to do is to invoke a MFC extension dll from a QT application.
Pl advise, if anyone has tried a similar thing.
Thnx
Prateek
Message 2 in thread
Have you managed to use your MFC DLL from a standard Win32 application? You
might want to contact a Microsoft helpdesk (or the helpdesk of your
extension DLL vendor) to find out what MFC in general (and your DLL in
particular) expects from the Win32 application (i.e. to keep the OnIdle
handling working).
Once you got that working you should be able to use the same technique with
Qt.
Volker
"Prateek Tiwari" <ptiwari@xxxxxxxxxxx> wrote in message
news:B77990334B2BA445A4B3109828BEFF1403566A9F@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
HI Friends,
I am trying to invoke an MFC extension dll from a QT application.
It does not work as is not able to find the resource handler.
A regular dll works fine.
I need to do is to invoke a MFC extension dll from a QT application.
Pl advise, if anyone has tried a similar thing.
Thnx
Prateek
--
[ signature omitted ]