diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a170de27e6..946509f88e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,16 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-25 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbqt_qhttp.cpp + * contrib/hbqt/hbqt_qftp.cpp + ! Commented with TOFIX comment two compilation errors + reported on the list, to allow full Harbour build. + ; TOFIX: Fix hb_parc() returned buffer passed directly + to QT to return data. This would previously + cause HVM corruption, not with 'const' it's + caught by compiler. + 2009-06-26 03:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbvm.h * harbour/include/hbapicdp.h diff --git a/harbour/contrib/hbqt/hbqt_qftp.cpp b/harbour/contrib/hbqt/hbqt_qftp.cpp index 062bf2cb73..320fde46ee 100644 --- a/harbour/contrib/hbqt/hbqt_qftp.cpp +++ b/harbour/contrib/hbqt/hbqt_qftp.cpp @@ -221,7 +221,9 @@ HB_FUNC( QT_QFTP_RAWCOMMAND ) */ HB_FUNC( QT_QFTP_READ ) { +/* TOFIX: hb_retnint( hbqt_par_QFtp( 1 )->read( hbqt_par_char( 2 ), hb_parnint( 3 ) ) ); +*/ } /* @@ -292,4 +294,3 @@ HB_FUNC( QT_QFTP_ABORT ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ - diff --git a/harbour/contrib/hbqt/hbqt_qhttp.cpp b/harbour/contrib/hbqt/hbqt_qhttp.cpp index 5122a251c8..b02a5706a3 100644 --- a/harbour/contrib/hbqt/hbqt_qhttp.cpp +++ b/harbour/contrib/hbqt/hbqt_qhttp.cpp @@ -199,7 +199,9 @@ HB_FUNC( QT_QHTTP_POST_1 ) */ HB_FUNC( QT_QHTTP_READ ) { +/* TOFIX: hb_retnint( hbqt_par_QHttp( 1 )->read( hbqt_par_char( 2 ), hb_parnint( 3 ) ) ); +*/ } /* @@ -294,4 +296,3 @@ HB_FUNC( QT_QHTTP_ABORT ) /*----------------------------------------------------------------------*/ #endif /* #if QT_VERSION >= 0x040500 */ /*----------------------------------------------------------------------*/ -