EgtInterface 1.6j3 :

- aggiornamento interfaccia per gestione DB utensili
- migliorie a simulazione e gestione macchina corrente
- aggiunta funzione per installare gestione eventi di interfaccia.
This commit is contained in:
Dario Sassi
2015-10-27 10:16:37 +00:00
parent b268a46d68
commit 888b409cfa
3 changed files with 140 additions and 0 deletions
+7
View File
@@ -185,3 +185,10 @@ __stdcall EgtOutLog( const wchar_t* wsMsg)
{
return ( ExeOutLog( wstrztoA( wsMsg)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetProcessEvents( pfProcEvents pFun)
{
return ( ExeSetProcessEvents( pFun) ? TRUE : FALSE) ;
}