Hi, > An another test case with full positive results with latest SVN and Qt 4.6 > for VS2008. The MinGW with Qt 4.6 and Qt 4.5.3 follows... > hbide, demoxbp and demoqt are executed crash free, so we should concentrate > on the functional issues from now, I think. > See below the script used for my tests, please tune/comment it: > > @echo PREREQUISITES: > @echo Installed Qt 4.6 for vs2008 to the default directory: C:/Qt/4.6.0/ > ... > @echo from: > http://get.qt.nokia.com/qt/source/qt-win-opensource-4.6.0-vs2008.exe > @echo Updated c:\download\harbour with the latest SVN > @pause > > @set HB_WITH_QT=C:/Qt/4.6.0/include > @set HB_INSTALL_PREFIX=c:\harbour\msvc > call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 > @cd c:\downloads\harbour > @win-make clean install
I guess this should either be: @win-make clean install HB_USER_CFLAGS=-MD OR kept as is, and the trick suggested by Andi could be used when building hbide: @hbmk2 -rebuild hbide.hbp -ldflag=-nodefaultlib:MSVCRT.LIB -ldflag=-defaultlib:LIBCMT.LIB > @set PATH=%PATH%;C:\harbour\msvc\bin > @cd c:\downloads\harbour\contrib\hbide > @hbmk2 -rebuild hbide.hbp -cflag=-MD > @cd c:\downloads\harbour\contrib\hbxbp\tests > @hbmk2 -rebuild demoxbp.prg > @cd c:\downloads\harbour\contrib\hbqt\tests > @hbmk2 -rebuild demoqt.prg Just a minor note, -rebuild only has an effect in -inc mode, and -inc mode is currently enabled only inside hbide.hbp, so it's not needed for the other two cases. It doesn't do any harm though. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour