Include :

- aggiunta CompareNoCase
- aggiornamento.
This commit is contained in:
Dario Sassi
2015-05-07 07:03:39 +00:00
parent 8fb9ad4372
commit aaa369064c
4 changed files with 19 additions and 9 deletions
+5
View File
@@ -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) ;