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:
@@ -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.
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
../hbqt/hbqtuitools.hbc
|
||||
../hbformat/hbformat.hbc
|
||||
|
||||
-lhbcplr
|
||||
-lhbpp
|
||||
-lhbcommon
|
||||
|
||||
idemain.prg
|
||||
ideobject.prg
|
||||
idestylesheets.prg
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user