EgtInterface 1.6e3 :

- corretto errore mancanza EgtOutLog.
This commit is contained in:
Dario Sassi
2015-05-07 07:03:16 +00:00
parent 8bc0e986b2
commit 98748bbac5
3 changed files with 7 additions and 2 deletions
+7
View File
@@ -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) ;
}
BIN
View File
Binary file not shown.
-2
View File
@@ -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")