EgtInterface 1.9e5 :

- aggiunta interfaccia per EgtEstimate.
This commit is contained in:
Dario Sassi
2018-05-31 06:48:07 +00:00
parent a29fd39812
commit 2a5653e9fc
2 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -1552,7 +1552,7 @@ __stdcall EgtSimStop( void)
}
//-----------------------------------------------------------------------------
// Generation
// Generation & T&L estimation
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGenerate( const wchar_t* wsCncFile, const wchar_t* wsInfo)
@@ -1560,6 +1560,13 @@ __stdcall EgtGenerate( const wchar_t* wsCncFile, const wchar_t* wsInfo)
return ( ExeGenerate( wstrztoA( wsCncFile), wstrztoA( wsInfo)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtEstimate( const wchar_t* wsEstFile, const wchar_t* wsInfo)
{
return ( ExeEstimate( wstrztoA( wsEstFile), wstrztoA( wsInfo)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
// Machine
//-----------------------------------------------------------------------------