I have Qt 4.4.3, qtwinmigratrion 2.8 opensource, MS Visual Studio 6.0 Standard (also another PC with MS VS 2008 Professional Trial ver. - with same error)
I have already unpacked zip of qtwinmigratrion 2.8 opensource
I have tried both configuration (configure.bat and configure.bat -library).
I want to build component and examples
According INSTALL.TXT:
After qmake and nmake I have error:
qmfcapp.h:77: error: base `QApplication' with only non-default constructor

Qt Code:
  1. D:\MFCzdrojaky\qtwinmigrate-2.8-opensource\buildlib>nmake
  2.  
  3. Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
  4. Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
  5.  
  6. NMAKE -f Makefile.Debug all
  7.  
  8. Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
  9. Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
  10.  
  11. g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_S
  12. UPPORT -D_AFXDLL -DQT_QTWINMIGRATE_EXPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -D
  13. QT_THREAD_SUPPORT -I"c:\Qt\4.4.3\include\QtCore" -I"c:\Qt\4.4.3\include\QtCore"
  14. -I"c:\Qt\4.4.3\include\QtGui" -I"c:\Qt\4.4.3\include\QtGui" -I"c:\Qt\4.4.3\inclu
  15. de" -I"..\src" -I"c:\Qt\4.4.3\include\ActiveQt" -I"debug" -I"." -I"c:\qt\4.4.3\m
  16. kspecs\win32-g++" -o debug\qwinwidget.o ..\src\qwinwidget.cpp
  17. In file included from ..\src\qwinwidget.cpp:57:
  18. ..\src\qmfcapp.h:77: error: base `QApplication' with only non-default constructo
  19. r in class without a constructor
  20. NMAKE : fatal error U1077: 'g++' : return code '0x1'
  21. Stop.
  22. NMAKE : fatal error U1077: '"C:\Program Files\VStudio\Common\Bin\NMAKE.EXE"' : r
  23. eturn code '0x2'
  24. Stop.
To copy to clipboard, switch view to plain text mode 

Thanks