EgtExecutor 1.6x8 :
- aggiunto nome asse a ExeSimGetAxisInfoPos - in lua EgtSimGetAxisInfoPos restituisce anche nome asse - aggiunta funzione Exe e Lua GetAllHeadsNames - in lua aggiunta EgtDialogBox.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "DllMain.h"
|
||||
#include "/EgtDev/Include/EXeDllMain.h"
|
||||
#include "/EgtDev/Include/EGnGetModuleVer.h"
|
||||
#include "/EgtDev/Include/EgtTrace.h"
|
||||
@@ -78,3 +79,9 @@ GetEXeVersion( void)
|
||||
return s_szEXeNameVer ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
HINSTANCE
|
||||
GetModuleIstance( void)
|
||||
{
|
||||
return s_hModule ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user