2012-11-28 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/vm/classes.c
! fixed passing be reference pseudo object variables which
are not bound with real messages but are redirected to
class error handler
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-28 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/vm/classes.c
|
||||
! fixed passing be reference pseudo object variables which
|
||||
are not bound with real messages but are redirected to
|
||||
class error handler
|
||||
|
||||
2012-11-28 01:16 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbct/dummy.c
|
||||
* contrib/hbmemio/memio.c
|
||||
|
||||
@@ -2170,6 +2170,9 @@ HB_BOOL hb_objGetVarRef( PHB_ITEM pObject, PHB_SYMB pMessage,
|
||||
PCLASS pClass = s_pClasses[ pStack->uiClass ];
|
||||
PMETHOD pMethod = pClass->pMethods + pStack->uiMethod;
|
||||
|
||||
if( pMethod->pMessage == s___msgOnError.pDynSym )
|
||||
return hb_vmMsgReference( pObject, pMessage->pDynSym, NULL );
|
||||
|
||||
if( ! pMethod->pAccMsg )
|
||||
pMethod->pAccMsg = hb_dynsymGetCase( pMessage->szName + 1 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user