EgtInterface 1.9j1 :

- aggiunta interfaccia per funzione EgtCopyMachining.
This commit is contained in:
Dario Sassi
2018-10-05 08:53:41 +00:00
parent db790fc5b5
commit 19bf6df356
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)