EgtInterface 1.5i5 :

- aggiunto interprete Lua
- portate in interfaccia API molte funzioni di base.
This commit is contained in:
Dario Sassi
2014-10-07 07:04:28 +00:00
parent 6735c79753
commit 50b2d271ac
31 changed files with 5816 additions and 42 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ __stdcall EgtInitTscExec( int nGseCtx)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtTscFileExec( int nGseCtx, const wchar_t* wsFilePath)
__stdcall EgtTscExecFile( int nGseCtx, const wchar_t* wsFilePath)
{
ICmdParser* pTscExec = GetTscExecutor( nGseCtx) ;
VERIFY_TSCEXEC( pTscExec, FALSE)
@@ -94,7 +94,7 @@ __stdcall EgtTscFileExec( int nGseCtx, const wchar_t* wsFilePath)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtTscLineExec( int nGseCtx, const wchar_t* wsLine)
__stdcall EgtTscExecLine( int nGseCtx, const wchar_t* wsLine)
{
ICmdParser* pTscExec = GetTscExecutor( nGseCtx) ;
VERIFY_TSCEXEC( pTscExec, FALSE)