EgtInterface 1.6n11 :

- aggiunta EgtLoadTool.
This commit is contained in:
Dario Sassi
2016-03-04 07:37:44 +00:00
parent 155d05b8b4
commit f20076ee61
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -1093,6 +1093,13 @@ __stdcall EgtSetAxisPos( const wchar_t* wsAxis, double dVal)
return ( ExeSetAxisPos( wstrztoA( wsAxis), dVal) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool)
{
return ( ExeLoadTool( wstrztoA( wsHead), nExit, wstrztoA( wsTool)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetMachineLook( int nFlag)