EgtInterface 1.6g3 :
- EgtInitGeomDB diventata EgtInitContext - aggiunta EgtDeleteContext - aggiunte funzioni per leggere e scrivere variabili globali Lua - aggiunta funzione per resettare variabili globali Lua - aggiunta funzione per creare tavole globali Lua.
This commit is contained in:
+10
-3
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//
|
||||
// Modifiche : 01.09.14 DS Creazione modulo.
|
||||
//
|
||||
// 09.07.15 DS EgtInitGeomDB diventa EgtInitContext, aggiunta EgtDeleteContext.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -22,9 +22,16 @@ using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtInitGeomDB( void)
|
||||
__stdcall EgtInitContext( void)
|
||||
{
|
||||
return ExeInitGeomDB() ;
|
||||
return ExeInitContext() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtDeleteContext( int nGseCtx)
|
||||
{
|
||||
return ExeDeleteContext( nGseCtx) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user