Include :
- aggiunta CompareNoCase - aggiornamento.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
|
||||
class LuaMgr ;
|
||||
|
||||
//----------------------- Macro per import/export ----------------------------
|
||||
#undef EXE_EXPORT
|
||||
@@ -45,6 +46,7 @@ EXE_EXPORT bool ExeGetVersionInfo( std::string& sVer, const char* szNewLine) ;
|
||||
EXE_EXPORT bool ExeGetOsInfo( std::string& sOs) ;
|
||||
EXE_EXPORT bool ExeGetCpuInfo( std::string& sCpu) ;
|
||||
EXE_EXPORT bool ExeGetMemoryInfo( std::string& sMem) ;
|
||||
EXE_EXPORT bool ExeOutLog( const std::string& sMsg) ;
|
||||
|
||||
// GeomDB
|
||||
EXE_EXPORT int ExeInitGeomDB( void) ;
|
||||
@@ -89,6 +91,9 @@ EXE_EXPORT bool ExeLuaExecFile( const std::string& sFilePath) ;
|
||||
EXE_EXPORT bool ExeLuaRequire( const std::string& sFilePath) ;
|
||||
EXE_EXPORT bool ExeLuaGetLastError( std::string& sError) ;
|
||||
|
||||
// LUA Base
|
||||
EXE_EXPORT bool LuaInstallEgtFunctions( LuaMgr& LuaMgr) ;
|
||||
|
||||
// GeomDB Create
|
||||
EXE_EXPORT int ExeCreateGroup( int nParentId, const Frame3d& frFrame, int nRefType) ;
|
||||
EXE_EXPORT int ExeCreateGeoPoint( int nParentId, const Point3d& ptP, int nRefType) ;
|
||||
|
||||
Reference in New Issue
Block a user