EgtInterface 1.9j1 :
- aggiunta interfaccia per funzione EgtCopyMachining.
This commit is contained in:
@@ -1282,6 +1282,13 @@ __stdcall EgtCreateMachining( const wchar_t* wsName, int nMchType, const wchar_t
|
||||
return ExeAddMachining( wstrztoA( wsName), nMchType, wstrztoA( wsTool)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtCopyMachining( const wchar_t* wsName, const wchar_t* wsSouName)
|
||||
{
|
||||
return ExeCopyMachining( wstrztoA( wsName), wstrztoA( wsSouName)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetCurrMachining( int nId)
|
||||
|
||||
Reference in New Issue
Block a user