EgtInterface 1.9e5 :
- aggiunta interfaccia per EgtEstimate.
This commit is contained in:
+8
-1
@@ -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
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user