* contrib/hbxbp/hbxbp.hbc
+ Added gtgui as default GT on win/wce systems.
* include/extend.api
* include/hbsetup.ch
* include/hbapi.h
+ Added new HB_LEGACY_LEVEL3 macro to wrap legacy
constructs to be deprecated in the next major release.
Currently legacy IS*() parameter type checking macros
are marked as such, ones present in CA-Cl*pper retained
in extend.api even when this macro off.
; NOTE: It's recommended for 3rd party developers to
start using new HB_IS*() macros. They work
the same as Clipper compatible IS*() macros,
but got a HB_ prefix: ISNUM( 1 ) -> HB_ISNUM( 1 )
(not to be confused with HB_IS_*() macros which
accept a PHB_ITEM)
Here's a little batch which helps this process:
---
gsar -o -s:x20ISNUM( -r:x20HB_ISNUM( *.c *.cpp
gsar -o -s:x20ISCHAR( -r:x20HB_ISCHAR( *.c *.cpp
gsar -o -s:x20ISLOG( -r:x20HB_ISLOG( *.c *.cpp
gsar -o -s:x20ISARRAY( -r:x20HB_ISARRAY( *.c *.cpp
gsar -o -s:x20ISBYREF( -r:x20HB_ISBYREF( *.c *.cpp
gsar -o -s:x20ISDATE( -r:x20HB_ISDATE( *.c *.cpp
gsar -o -s:x20ISDATETIME( -r:x20HB_ISDATETIME( *.c *.cpp
gsar -o -s:x20ISNIL( -r:x20HB_ISNIL( *.c *.cpp
gsar -o -s:x20ISTIMESTAMP( -r:x20HB_ISTIMESTAMP( *.c *.cpp
gsar -o -s:x20ISBLOCK( -r:x20HB_ISBLOCK( *.c *.cpp
gsar -o -s:x20ISPOINTER( -r:x20HB_ISPOINTER( *.c *.cpp
gsar -o -s:x20ISSYMBOL( -r:x20HB_ISSYMBOL( *.c *.cpp
gsar -o -s:x20ISOBJECT( -r:x20HB_ISOBJECT( *.c *.cpp
gsar -o -s:x20ISHASH( -r:x20HB_ISHASH( *.c *.cpp
gsar -o -s!ISNUM( -r!HB_ISNUM( *.c *.cpp
gsar -o -s!ISCHAR( -r!HB_ISCHAR( *.c *.cpp
gsar -o -s!ISLOG( -r!HB_ISLOG( *.c *.cpp
gsar -o -s!ISARRAY( -r!HB_ISARRAY( *.c *.cpp
gsar -o -s!ISBYREF( -r!HB_ISBYREF( *.c *.cpp
gsar -o -s!ISDATE( -r!HB_ISDATE( *.c *.cpp
gsar -o -s!ISDATETIME( -r!HB_ISDATETIME( *.c *.cpp
gsar -o -s!ISNIL( -r!HB_ISNIL( *.c *.cpp
gsar -o -s!ISTIMESTAMP( -r!HB_ISTIMESTAMP( *.c *.cpp
gsar -o -s!ISBLOCK( -r!HB_ISBLOCK( *.c *.cpp
gsar -o -s!ISPOINTER( -r!HB_ISPOINTER( *.c *.cpp
gsar -o -s!ISSYMBOL( -r!HB_ISSYMBOL( *.c *.cpp
gsar -o -s!ISOBJECT( -r!HB_ISOBJECT( *.c *.cpp
gsar -o -s!ISHASH( -r!HB_ISHASH( *.c *.cpp
---
* source/rtl/hbinet.c
* Formatting.
% Minor optimizations.
* source/debug/dbgentry.c
* source/rdd/dbcmd.c
* source/rdd/dbcmd53.c
* source/rdd/dbcmdx.c
* source/rdd/dbdetach.c
* source/rdd/dbsql.c
* source/rdd/hbsix/sxfname.c
* source/rdd/hbsix/sxord.c
* source/rdd/hbsix/sxtable.c
* source/rdd/usrrdd/usrrdd.c
* source/rtl/at.c
* source/rtl/box.c
* source/rtl/cdpapi.c
* source/rtl/chrasc.c
* source/rtl/colorind.c
* source/rtl/console.c
* source/rtl/copyfile.c
* source/rtl/dateshb.c
* source/rtl/dirdrive.c
* source/rtl/diskspac.c
* source/rtl/disksphb.c
* source/rtl/errapi.c
* source/rtl/filesys.c
* source/rtl/fscopy.c
* source/rtl/fssize.c
* source/rtl/fstemp.c
* source/rtl/gete.c
* source/rtl/gtfunc.c
* source/rtl/gx.c
* source/rtl/hbbit.c
* source/rtl/hbgtcore.c
* source/rtl/hbhex.c
* source/rtl/hbi18n1.c
* source/rtl/hbinet.c
* source/rtl/hbprocfn.c
* source/rtl/hbrandom.c
* source/rtl/hbregex.c
* source/rtl/hbstrsh.c
* source/rtl/hbtoken.c
* source/rtl/hbzlib.c
* source/rtl/hbzlibgz.c
* source/rtl/inkey.c
* source/rtl/itemseri.c
* source/rtl/left.c
* source/rtl/math.c
* source/rtl/maxrow.c
* source/rtl/mlcfunc.c
* source/rtl/mouse53.c
* source/rtl/mousex.c
* source/rtl/mtran.c
* source/rtl/natmsg.c
* source/rtl/padc.c
* source/rtl/padl.c
* source/rtl/padr.c
* source/rtl/philes.c
* source/rtl/philes53.c
* source/rtl/rat.c
* source/rtl/replic.c
* source/rtl/right.c
* source/rtl/round.c
* source/rtl/run.c
* source/rtl/saverest.c
* source/rtl/scroll.c
* source/rtl/setcolor.c
* source/rtl/setcurs.c
* source/rtl/setpos.c
* source/rtl/shadow.c
* source/rtl/strc.c
* source/rtl/strmatch.c
* source/rtl/strpeek.c
* source/rtl/strtoexp.c
* source/rtl/strtran.c
* source/rtl/stuff.c
* source/rtl/substr.c
* source/rtl/tone.c
* source/rtl/trace.c
* source/rtl/transfrm.c
* source/rtl/valtype.c
* source/rtl/word.c
* source/vm/arrayshb.c
* source/vm/asort.c
* source/vm/classes.c
* source/vm/cmdarg.c
* source/vm/eval.c
* source/vm/hashfunc.c
* source/vm/hvm.c
* source/vm/memvars.c
* source/vm/proc.c
* source/vm/thread.c
* IS*() -> HB_IS*() macro rename.
(pass 1 - sf.net SVN works badly today, so I've split
the commit to raise the chances of a successfully
finished one)
588 lines
16 KiB
C
588 lines
16 KiB
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* The Eval API
|
|
*
|
|
* Copyright 1999 Antonio Linares <alinares@fivetech.com>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* The following parts are Copyright of the individual authors.
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu)
|
|
* hb_itemDo() ( based on HB_DO() by Ryszard Glab )
|
|
* hb_itemDoC() ( based on HB_DO() by Ryszard Glab )
|
|
*
|
|
* See COPYING for licensing terms.
|
|
*
|
|
*/
|
|
|
|
#include "hbvmint.h"
|
|
#include "hbapi.h"
|
|
#include "hbstack.h"
|
|
#include "hbapiitm.h"
|
|
#include "hbapierr.h"
|
|
#include "hbvm.h"
|
|
|
|
BOOL hb_evalNew( PHB_EVALINFO pEvalInfo, PHB_ITEM pItem )
|
|
{
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_evalNew(%p, %p)", pEvalInfo, pItem));
|
|
|
|
if( pEvalInfo )
|
|
{
|
|
memset( pEvalInfo, 0, sizeof( HB_EVALINFO ) );
|
|
pEvalInfo->pItems[ 0 ] = pItem;
|
|
pEvalInfo->paramCount = 0;
|
|
|
|
return TRUE;
|
|
}
|
|
else
|
|
return FALSE;
|
|
}
|
|
|
|
/* NOTE: CA-Cl*pper is buggy and will not check if more parameters are
|
|
added than the maximum (9). [vszakats] */
|
|
|
|
/* NOTE: CA-Cl*pper NG suggests that the Items passed as parameters should/may
|
|
be released by the programmer explicitly. But in fact hb_evalRelease()
|
|
will automatically release them all. The sample programs in the
|
|
NG are doing it that way. Releasing the parameters explicitly in
|
|
Harbour will cause an internal error, while it will be silently
|
|
ignored (?) in CA-Cl*pper. This is due to the different internal
|
|
handling of the Items, but IIRC it causes leak in CA-Cl*pper. All in
|
|
all, don't release the eval parameter Items explicitly to make both
|
|
Harbour and CA-Cl*pper happy. [vszakats] */
|
|
|
|
BOOL hb_evalPutParam( PHB_EVALINFO pEvalInfo, PHB_ITEM pItem )
|
|
{
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_evalPutParam(%p, %p)", pEvalInfo, pItem));
|
|
|
|
if( pEvalInfo && pItem && pEvalInfo->paramCount < HB_EVAL_PARAM_MAX_ )
|
|
{
|
|
pEvalInfo->pItems[ ++pEvalInfo->paramCount ] = pItem;
|
|
|
|
return TRUE;
|
|
}
|
|
else
|
|
return FALSE;
|
|
}
|
|
|
|
PHB_ITEM hb_evalLaunch( PHB_EVALINFO pEvalInfo )
|
|
{
|
|
PHB_ITEM pResult = NULL;
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_evalLaunch(%p)", pEvalInfo));
|
|
|
|
if( pEvalInfo )
|
|
{
|
|
PHB_ITEM pItem = pEvalInfo->pItems[ 0 ];
|
|
PHB_SYMB pSymbol = NULL;
|
|
USHORT uiParam = 0;
|
|
|
|
if( HB_IS_STRING( pItem ) )
|
|
{
|
|
PHB_DYNS pDynSym = hb_dynsymFindName( pItem->item.asString.value );
|
|
|
|
if( pDynSym )
|
|
{
|
|
pSymbol = pDynSym->pSymbol;
|
|
pItem = NULL;
|
|
}
|
|
}
|
|
else if( HB_IS_SYMBOL( pItem ) )
|
|
{
|
|
pSymbol = pItem->item.asSymbol.value;
|
|
pItem = NULL;
|
|
}
|
|
else if( HB_IS_BLOCK( pItem ) )
|
|
{
|
|
pSymbol = &hb_symEval;
|
|
}
|
|
|
|
if( pSymbol )
|
|
{
|
|
hb_vmPushSymbol( pSymbol );
|
|
if( pItem )
|
|
hb_vmPush( pItem );
|
|
else
|
|
hb_vmPushNil();
|
|
while( uiParam < pEvalInfo->paramCount )
|
|
hb_vmPush( pEvalInfo->pItems[ ++uiParam ] );
|
|
if( pItem )
|
|
hb_vmSend( uiParam );
|
|
else
|
|
hb_vmProc( uiParam );
|
|
pResult = hb_itemNew( hb_stackReturnItem() );
|
|
}
|
|
}
|
|
|
|
return pResult;
|
|
}
|
|
|
|
/* NOTE: CA-Cl*pper NG states that hb_evalLaunch() must be called at least
|
|
once and only once before calling hb_evalRelease(). Harbour doesn't
|
|
have these requirements. [vszakats] */
|
|
|
|
BOOL hb_evalRelease( PHB_EVALINFO pEvalInfo )
|
|
{
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_evalRelease(%p)", pEvalInfo));
|
|
|
|
if( pEvalInfo )
|
|
{
|
|
USHORT uiParam;
|
|
|
|
for( uiParam = 0; uiParam <= pEvalInfo->paramCount; uiParam++ )
|
|
{
|
|
hb_itemRelease( pEvalInfo->pItems[ uiParam ] );
|
|
pEvalInfo->pItems[ uiParam ] = NULL;
|
|
}
|
|
|
|
pEvalInfo->paramCount = 0;
|
|
|
|
return TRUE;
|
|
}
|
|
else
|
|
return FALSE;
|
|
}
|
|
|
|
/* NOTE: Same purpose as hb_evalLaunch(), but simpler, faster and more flexible.
|
|
It can be used to call symbols, functions names, or blocks, the items
|
|
don't need to be duplicated when passed as argument, one line is
|
|
enough to initiate a call, the number of parameters is not limited.
|
|
[vszakats]
|
|
|
|
NOTE: When calling hb_itemDo() with no arguments for the Harbour item being
|
|
evaluated, you must use '(PHB_ITEM *) 0' as the third parameter.
|
|
*/
|
|
|
|
PHB_ITEM hb_itemDo( PHB_ITEM pItem, ULONG ulPCount, ... )
|
|
{
|
|
PHB_ITEM pResult = NULL;
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_itemDo(%p, %lu, ...)", pItem, ulPCount));
|
|
|
|
if( pItem )
|
|
{
|
|
PHB_SYMB pSymbol = NULL;
|
|
|
|
if( HB_IS_STRING( pItem ) )
|
|
{
|
|
PHB_DYNS pDynSym = hb_dynsymFindName( pItem->item.asString.value );
|
|
|
|
if( pDynSym )
|
|
{
|
|
pSymbol = pDynSym->pSymbol;
|
|
pItem = NULL;
|
|
}
|
|
}
|
|
else if( HB_IS_SYMBOL( pItem ) )
|
|
{
|
|
pSymbol = pItem->item.asSymbol.value;
|
|
pItem = NULL;
|
|
}
|
|
else if( HB_IS_BLOCK( pItem ) )
|
|
{
|
|
pSymbol = &hb_symEval;
|
|
}
|
|
|
|
if( pSymbol )
|
|
{
|
|
if( hb_vmRequestReenter() )
|
|
{
|
|
hb_vmPushSymbol( pSymbol );
|
|
if( pItem )
|
|
hb_vmPush( pItem );
|
|
else
|
|
hb_vmPushNil();
|
|
|
|
if( ulPCount )
|
|
{
|
|
ULONG ulParam;
|
|
va_list va;
|
|
va_start( va, ulPCount );
|
|
for( ulParam = 1; ulParam <= ulPCount; ulParam++ )
|
|
hb_vmPush( va_arg( va, PHB_ITEM ) );
|
|
va_end( va );
|
|
}
|
|
if( pItem )
|
|
hb_vmSend( ( USHORT ) ulPCount );
|
|
else
|
|
hb_vmProc( ( USHORT ) ulPCount );
|
|
|
|
pResult = hb_itemNew( hb_stackReturnItem() );
|
|
hb_vmRequestRestore();
|
|
}
|
|
}
|
|
}
|
|
|
|
return pResult;
|
|
}
|
|
|
|
/* NOTE: Same as hb_itemDo(), but even simpler, since the function name can be
|
|
directly passed as a zero terminated string. [vszakats]
|
|
|
|
NOTE: When calling hb_itemDoC() with no arguments for the Harbour function
|
|
being called, you must use '(PHB_ITEM *) 0' as the third parameter.
|
|
*/
|
|
|
|
PHB_ITEM hb_itemDoC( const char * szFunc, ULONG ulPCount, ... )
|
|
{
|
|
PHB_ITEM pResult = NULL;
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_itemDoC(%s, %lu, ...)", szFunc, ulPCount));
|
|
|
|
if( szFunc )
|
|
{
|
|
PHB_DYNS pDynSym = hb_dynsymFindName( szFunc );
|
|
|
|
if( pDynSym )
|
|
{
|
|
if( hb_vmRequestReenter() )
|
|
{
|
|
hb_vmPushSymbol( pDynSym->pSymbol );
|
|
hb_vmPushNil();
|
|
if( ulPCount )
|
|
{
|
|
ULONG ulParam;
|
|
va_list va;
|
|
va_start( va, ulPCount );
|
|
for( ulParam = 1; ulParam <= ulPCount; ulParam++ )
|
|
hb_vmPush( va_arg( va, PHB_ITEM ) );
|
|
va_end( va );
|
|
}
|
|
hb_vmProc( ( unsigned short ) ulPCount );
|
|
pResult = hb_itemNew( hb_stackReturnItem() );
|
|
hb_vmRequestRestore();
|
|
}
|
|
}
|
|
}
|
|
|
|
return pResult;
|
|
}
|
|
|
|
/*
|
|
* Notice that these two functions place the result at hb_stackReturnItem(),
|
|
* that you may access its value using a _par...( -1 ).
|
|
*/
|
|
|
|
/* undocumented Clipper _cEval0() */
|
|
void hb_evalBlock0( PHB_ITEM pCodeBlock )
|
|
{
|
|
hb_vmPushSymbol( &hb_symEval );
|
|
hb_vmPush( pCodeBlock );
|
|
hb_vmSend( 0 );
|
|
}
|
|
|
|
/* undocumented Clipper _cEval1() */
|
|
void hb_evalBlock1( PHB_ITEM pCodeBlock, PHB_ITEM pParam )
|
|
{
|
|
hb_vmPushSymbol( &hb_symEval );
|
|
hb_vmPush( pCodeBlock );
|
|
hb_vmPush( pParam );
|
|
hb_vmSend( 1 );
|
|
}
|
|
|
|
/* same functionality but with a NULL terminated list of parameters */
|
|
void hb_evalBlock( PHB_ITEM pCodeBlock, ... )
|
|
{
|
|
va_list args;
|
|
USHORT uiParams = 0;
|
|
PHB_ITEM pParam;
|
|
|
|
hb_vmPushSymbol( &hb_symEval );
|
|
hb_vmPush( pCodeBlock );
|
|
|
|
va_start( args, pCodeBlock );
|
|
while( ( pParam = va_arg( args, PHB_ITEM ) ) != NULL )
|
|
{
|
|
hb_vmPush( pParam );
|
|
uiParams++;
|
|
}
|
|
va_end( args );
|
|
|
|
hb_vmSend( uiParams );
|
|
}
|
|
|
|
HB_FUNC( HB_FORNEXT ) /* nStart, nEnd | bEnd, bCode, nStep */
|
|
{
|
|
LONG lStart = hb_parnl( 1 ), lEnd;
|
|
PHB_ITEM pEndBlock = hb_param( 2, HB_IT_BLOCK );
|
|
PHB_ITEM pCodeBlock = hb_param( 3, HB_IT_BLOCK );
|
|
LONG lStep = ( hb_pcount() > 3 ) ? hb_parnl( 4 ) : 1;
|
|
|
|
if( pCodeBlock )
|
|
{
|
|
if( pEndBlock )
|
|
{
|
|
hb_evalBlock0( pEndBlock );
|
|
lEnd = hb_parnl( -1 );
|
|
|
|
while( lStart <= lEnd )
|
|
{
|
|
hb_vmPushSymbol( &hb_symEval );
|
|
hb_vmPush( pCodeBlock );
|
|
hb_vmPushLong( lStart );
|
|
hb_vmSend( 1 );
|
|
|
|
lStart += lStep;
|
|
|
|
hb_evalBlock0( pEndBlock );
|
|
lEnd = hb_parnl( -1 );
|
|
}
|
|
}
|
|
else
|
|
{
|
|
lEnd = hb_parnl( 2 );
|
|
while( lStart <= lEnd )
|
|
{
|
|
hb_vmPushSymbol( &hb_symEval );
|
|
hb_vmPush( pCodeBlock );
|
|
hb_vmPushLong( lStart );
|
|
hb_vmSend( 1 );
|
|
|
|
lStart += lStep;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/*
|
|
* based on xHrbour's HB_ExecFromArray() by Giancarlo Niccolai
|
|
* This version supports the same syntax though it's independent
|
|
* implementation [druzus]
|
|
*
|
|
* The following syntax is supported:
|
|
* hb_execFromArray( <cFuncName> [, <aParams> ] )
|
|
* hb_execFromArray( @<funcName>() [, <aParams> ] )
|
|
* hb_execFromArray( <bCodeBlock> [, <aParams> ] )
|
|
* hb_execFromArray( <oObject> , <cMethodName> [, <aParams> ] )
|
|
* hb_execFromArray( <oObject> , @<msgName>() [, <aParams> ] )
|
|
* or:
|
|
* hb_execFromArray( <aExecArray> )
|
|
* where <aExecArray> is in one of the following format:
|
|
* { <cFuncName> [, <params,...>] }
|
|
* { @<funcName>() [, <params,...>] }
|
|
* { <bCodeBlock> [, <params,...>] }
|
|
* { <oObject> , <cMethodName> [, <params,...>] }
|
|
* { <oObject> , @<msgName>() [, <params,...>] }
|
|
*/
|
|
HB_FUNC( HB_EXECFROMARRAY )
|
|
{
|
|
PHB_SYMB pExecSym = NULL;
|
|
PHB_ITEM pFunc = NULL;
|
|
PHB_ITEM pSelf = NULL;
|
|
PHB_ITEM pArray = NULL;
|
|
PHB_ITEM pItem;
|
|
ULONG ulParamOffset = 0;
|
|
USHORT usPCount = hb_pcount();
|
|
|
|
/* decode parameters */
|
|
if( usPCount )
|
|
{
|
|
PHB_ITEM pParam = hb_param( 1, HB_IT_ANY );
|
|
|
|
if( usPCount == 1 )
|
|
{
|
|
if( HB_IS_ARRAY( pParam ) && !HB_IS_OBJECT( pParam ) )
|
|
{
|
|
pArray = pParam;
|
|
pItem = hb_arrayGetItemPtr( pArray, 1 );
|
|
if( HB_IS_OBJECT( pItem ) )
|
|
{
|
|
pSelf = pItem;
|
|
pFunc = hb_arrayGetItemPtr( pArray, 2 );
|
|
ulParamOffset = 2;
|
|
}
|
|
else
|
|
{
|
|
pFunc = pItem;
|
|
ulParamOffset = 1;
|
|
}
|
|
}
|
|
else
|
|
pFunc = pParam;
|
|
}
|
|
else if( HB_IS_OBJECT( pParam ) && usPCount <= 3 )
|
|
{
|
|
pSelf = pParam;
|
|
pFunc = hb_param( 2, HB_IT_ANY );
|
|
pArray = hb_param( 3, HB_IT_ANY );
|
|
}
|
|
else if( usPCount == 2 )
|
|
{
|
|
pFunc = pParam;
|
|
pArray = hb_param( 2, HB_IT_ANY );
|
|
}
|
|
}
|
|
|
|
if( pFunc && ( !pArray || HB_IS_ARRAY( pArray ) ) )
|
|
{
|
|
if( HB_IS_SYMBOL( pFunc ) )
|
|
pExecSym = hb_itemGetSymbol( pFunc );
|
|
else if( HB_IS_STRING( pFunc ) )
|
|
pExecSym = hb_dynsymGet( hb_itemGetCPtr( pFunc ) )->pSymbol;
|
|
else if( HB_IS_BLOCK( pFunc ) && !pSelf )
|
|
{
|
|
pSelf = pFunc;
|
|
pExecSym = &hb_symEval;
|
|
}
|
|
}
|
|
|
|
if( pExecSym )
|
|
{
|
|
usPCount = 0;
|
|
hb_vmPushSymbol( pExecSym );
|
|
if( pSelf )
|
|
hb_vmPush( pSelf );
|
|
else
|
|
hb_vmPushNil();
|
|
|
|
if( pArray )
|
|
{
|
|
pItem = hb_arrayGetItemPtr( pArray, ++ulParamOffset );
|
|
while( pItem && usPCount < 255 )
|
|
{
|
|
hb_vmPush( pItem );
|
|
++usPCount;
|
|
pItem = hb_arrayGetItemPtr( pArray, ++ulParamOffset );
|
|
}
|
|
}
|
|
|
|
if( pSelf )
|
|
hb_vmSend( usPCount );
|
|
else
|
|
hb_vmProc( usPCount );
|
|
}
|
|
else
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1099, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
}
|
|
|
|
BOOL hb_execFromArray( PHB_ITEM pParam )
|
|
{
|
|
PHB_SYMB pExecSym = NULL;
|
|
PHB_ITEM pArray = NULL;
|
|
PHB_ITEM pSelf = NULL;
|
|
ULONG ulParamOffset = 0;
|
|
USHORT usPCount = 0;
|
|
|
|
if( pParam && HB_IS_ARRAY( pParam ) && !HB_IS_OBJECT( pParam ) )
|
|
{
|
|
pArray = pParam;
|
|
pParam = hb_arrayGetItemPtr( pArray, 1 );
|
|
if( HB_IS_OBJECT( pParam ) )
|
|
{
|
|
pSelf = pParam;
|
|
pParam = hb_arrayGetItemPtr( pArray, 2 );
|
|
ulParamOffset = 2;
|
|
}
|
|
else
|
|
ulParamOffset = 1;
|
|
}
|
|
|
|
if( pParam )
|
|
{
|
|
if( HB_IS_SYMBOL( pParam ) )
|
|
pExecSym = hb_itemGetSymbol( pParam );
|
|
else if( HB_IS_STRING( pParam ) )
|
|
pExecSym = hb_dynsymGet( hb_itemGetCPtr( pParam ) )->pSymbol;
|
|
else if( HB_IS_BLOCK( pParam ) && !pSelf )
|
|
{
|
|
pSelf = pParam;
|
|
pExecSym = &hb_symEval;
|
|
}
|
|
|
|
if( pExecSym )
|
|
{
|
|
hb_vmPushSymbol( pExecSym );
|
|
if( pSelf )
|
|
hb_vmPush( pSelf );
|
|
else
|
|
hb_vmPushNil();
|
|
|
|
if( pArray )
|
|
{
|
|
pParam = hb_arrayGetItemPtr( pArray, ++ulParamOffset );
|
|
while( pParam && usPCount < 255 )
|
|
{
|
|
hb_vmPush( pParam );
|
|
++usPCount;
|
|
pParam = hb_arrayGetItemPtr( pArray, ++ulParamOffset );
|
|
}
|
|
}
|
|
|
|
if( pSelf )
|
|
hb_vmSend( usPCount );
|
|
else
|
|
hb_vmProc( usPCount );
|
|
|
|
return TRUE;
|
|
}
|
|
}
|
|
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1099, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
|
|
return FALSE;
|
|
}
|
|
|
|
/* hb_execMsg( <sFuncSym>, <object>, [<params,...>] ) -> <xResult>
|
|
* Execute <sFuncSym> with <object> set as QSELF() value
|
|
*/
|
|
HB_FUNC( HB_EXECMSG )
|
|
{
|
|
int iParams = hb_pcount();
|
|
|
|
if( iParams >= 2 && HB_ISSYMBOL( 1 ) )
|
|
{
|
|
PHB_ITEM pBase = hb_stackBaseItem();
|
|
pBase->item.asSymbol.paramcnt = pBase->item.asSymbol.paramdeclcnt = 0;
|
|
hb_vmProc( ( USHORT ) ( iParams - 2 ) );
|
|
}
|
|
else
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1099, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
}
|