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.
This commit is contained in:
Viktor Szakats
2011-01-30 17:37:11 +00:00
parent 9d9fd18dfa
commit eb1c4c2d89
3 changed files with 14 additions and 1 deletions

View File

@@ -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.

View File

@@ -25,6 +25,10 @@
../hbqt/hbqtuitools.hbc
../hbformat/hbformat.hbc
-lhbcplr
-lhbpp
-lhbcommon
idemain.prg
ideobject.prg
idestylesheets.prg

View File

@@ -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