EgtInterface 1.6x7 :
- aggiunta interfaccia per EgtImportSetup.
This commit is contained in:
+16
-11
@@ -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
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user