EgtInterface 1.6x7 :

- aggiunta interfaccia per EgtImportSetup.
This commit is contained in:
Dario Sassi
2017-01-28 08:00:36 +00:00
parent e0ffed2ac3
commit 6951d766a4
2 changed files with 16 additions and 11 deletions
+16 -11
View File
@@ -141,17 +141,6 @@ __stdcall EgtGetCurrMachGroup( void)
return ExeGetCurrMachGroup() ;
}
//-----------------------------------------------------------------------------
// Setup
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
int
__stdcall EgtGetCurrSetup( void)
{
return ExeGetCurrSetup() ;
}
//-----------------------------------------------------------------------------
// Phases
//-----------------------------------------------------------------------------
@@ -689,6 +678,22 @@ __stdcall EgtTdbGetToolHolderDir( wchar_t*& wsTHolderDir)
return (( wsTHolderDir == nullptr) ? FALSE : TRUE) ;
}
//-----------------------------------------------------------------------------
// Setup
//-----------------------------------------------------------------------------
int
__stdcall EgtGetCurrSetup( void)
{
return ExeGetCurrSetup() ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportSetup( const wchar_t* wsName)
{
return (ExeImportSetup( wstrztoA( wsName)) ? TRUE : FALSE ) ;
}
//-----------------------------------------------------------------------------
// Machinings DataBase
//-----------------------------------------------------------------------------