EgtInterface 1.6e3 :
- corretto errore mancanza EgtOutLog.
This commit is contained in:
@@ -166,3 +166,10 @@ __stdcall EgtFreeMemory( void* pMem)
|
||||
free( pMem) ;
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtOutLog( const wchar_t* wsMsg)
|
||||
{
|
||||
return ( ExeOutLog( wstrztoA( wsMsg)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -29,7 +29,5 @@
|
||||
#include "/EgtDev/Include/EgtLibVer.h"
|
||||
|
||||
#pragma comment(lib, EGTLIBDIR "EgtGeneral" EGTLIBVER ".lib")
|
||||
#pragma comment(lib, EGTLIBDIR "EgtNumKernel" EGTLIBVER ".lib")
|
||||
#pragma comment(lib, EGTLIBDIR "EgtGeomKernel" EGTLIBVER ".lib")
|
||||
#pragma comment(lib, EGTLIBDIR "EgtExecutor" EGTLIBVER ".lib")
|
||||
#pragma comment(lib, EGTEXTDIR "Lua/Lib/Lua52" EGTLIBVER ".lib")
|
||||
|
||||
Reference in New Issue
Block a user