Questions tagged [qt-mfc-migration]

18 questions
0
votes
1 answer

Minimizing Mfc application with open Qt dialog

I am using QtWinMigrate solution to show dialogs from my plugin dlls that are loaded in third party Mfc application. The problem is the following : When I minimize the main window of my Mfc application, and when I restore it back again, all of my…
user152508
  • 3,053
  • 8
  • 38
  • 58
0
votes
2 answers

Using QTimer from non-Qt DLL (JNA)

I wrote a library (DLL). Java code uses my DLL with JNA. In library I creates Qtimer by "new" in QThread derived class. But, I have the following error: ERROR: QTimer can only be used with threads started with QThread How should I properly use…
legotron
  • 61
  • 4
-3
votes
3 answers

How to convert .dll project into .exe in MFC 12.0

I have a project originally developed as a .dll project in MFC but I want to convert this project to an .exe application. I have changed project settings as shown below but it didn't help. Edit: Further I have changed Linker properties as Project…
Amnesh Goel
  • 2,617
  • 3
  • 28
  • 47
1
2