Hi Pritpal, > Yes, now it compiles fine and even the demo works when I use msvc64. > (I have to turn off warnings to make demowvg.prg compile, these should > better be fixed)
With mingw32 , @set HB_BUILD_OPTIM=yes @set HB_BUILD_UNICODE=yes @set HB_BUILD_MODE=cpp @set HB_USER_PRGFLAGS=-D__HB_OUTDEBUG__ @set HB_USER_PRGFLAGS=-D__HB_WINDEBUG__ @set HB_USER_PRGFLAGS=-D__debug__ @set HB_USER_CFLAGS=-D__HB_OUTDEBUG__ @set HB_USER_CFLAGS=-D__HB_WINDEBUG__ @set HB_USER_CFLAGS=-D__debug__ I getting this error: g++ -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -DUNICODE -IC:/Qt/2009.04/qt/include -IC:/Qt/2009.04/qt/include/Qt -IC:/Qt/2009.04/qt/include/QtCore -IC:/Qt/2009.04/qt/include/QtGui -IC:/Qt/2009.04/qt/include/QtNetwork -IC:/Qt/2009.04/qt/include/QtWebKit -D__debug__ -ohbqt_destruct.o -c ../../../hbqt_destruct.cpp ../../../hbqt_destruct.cpp: In function 'void just_debug(const char*, ...)': ../../../hbqt_destruct.cpp:123: error: cannot convert 'char*' to 'const WCHAR*' for argument '1' to 'void OutputDebugStringW(const WCHAR*)' win-make[3]: *** [hbqt_destruct.o] Error 1 win-make[2]: *** [descend] Error 2 win-make[1]: *** [hbqt.inst] Error 2 win-make: *** [contrib.inst] Error 2 Best regards, István _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
