EgtInterface 1.8k4 :
- aggiornamento interfaccia di EgtApplyAllMachinings.
This commit is contained in:
+2
-2
@@ -1429,12 +1429,12 @@ __stdcall EgtIsMachiningEmpty( void)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtApplyAllMachinings( BOOL bStopOnFirstErr, wchar_t*& wsErrList)
|
||||
__stdcall EgtApplyAllMachinings( BOOL bRecalc, BOOL bStopOnFirstErr, wchar_t*& wsErrList)
|
||||
{
|
||||
if ( &wsErrList == nullptr)
|
||||
return FALSE ;
|
||||
string sErrList ;
|
||||
bool bOk = ExeApplyAllMachinings( bStopOnFirstErr != FALSE, sErrList) ;
|
||||
bool bOk = ExeApplyAllMachinings( bRecalc != FALSE, bStopOnFirstErr != FALSE, sErrList) ;
|
||||
wsErrList = _wcsdup( stringtoW( sErrList)) ;
|
||||
return ( ( bOk && wsErrList != nullptr) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user