PDA

View Full Version : how to call mfc dll from Qt



gauravg
16th November 2011, 07:11
hi all how to cretae dll in Qt and how to all mfc dll from qt...


thanks with regards:
gaurag.

nish
16th November 2011, 07:18
read the documentation for qmake, look for TEMPLATE variable, all the info is there to how to create a dll.

As far as calling a function from another dll (mfc), its just a platform specific detail. But if you want to merge mfc and qt code then you might need mfc migration framework.