EgtInterface 1.6n11 :
- aggiunta EgtLoadTool.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user