diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a967731d21..68009cb343 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,15 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-30 18:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbqt_hbmk2_plugin.hbs + ! Fixed to initialize pText value to avoid GPF when reaching hb_strfree(), + if non-string parameter is passed instead of string type. + Pls review, test, etc. + + * contrib/hbide/hbide.hbp + ! Added static libs required for embedded Harbour compiler. + 2011-01-30 18:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/rddads.h + Detects 10.10. diff --git a/harbour/contrib/hbide/hbide.hbp b/harbour/contrib/hbide/hbide.hbp index 53767270a2..7e0af19f42 100644 --- a/harbour/contrib/hbide/hbide.hbp +++ b/harbour/contrib/hbide/hbide.hbp @@ -25,6 +25,10 @@ ../hbqt/hbqtuitools.hbc ../hbformat/hbformat.hbc +-lhbcplr +-lhbpp +-lhbcommon + idemain.prg ideobject.prg idestylesheets.prg diff --git a/harbour/contrib/hbqt/hbqt_hbmk2_plugin.hbs b/harbour/contrib/hbqt/hbqt_hbmk2_plugin.hbs index fdf9220b30..d855430c66 100644 --- a/harbour/contrib/hbqt/hbqt_hbmk2_plugin.hbs +++ b/harbour/contrib/hbqt/hbqt_hbmk2_plugin.hbs @@ -1607,7 +1607,7 @@ METHOD HbQtSource:buildMethodBody( oMtd ) ENDIF IF "hb_parstr_utf8(" $ oMtd:cCmd - aadd( ::txt_, " void * pText;" ) + aadd( ::txt_, " void * pText = NULL;" ) ENDIF IF ! oMtd:isConstructor