diff --git a/API_General.cpp b/API_General.cpp index 2b72420..a1e27db 100644 --- a/API_General.cpp +++ b/API_General.cpp @@ -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) ; +} diff --git a/EgtInterface.rc b/EgtInterface.rc index b23ceac..40f13d7 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ diff --git a/stdafx.h b/stdafx.h index a8d1005..a1cef40 100644 --- a/stdafx.h +++ b/stdafx.h @@ -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")