EgtInterface :
- a EgtInitMachMgr aggiunto parametro wsToolMakersDir - aggiunta funzione EgtTdbCurrToolDraw.
This commit is contained in:
+9
-2
@@ -23,9 +23,9 @@ using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtInitMachMgr( const wchar_t* wsMachinesDir)
|
||||
__stdcall EgtInitMachMgr( const wchar_t* wsMachinesDir, const wchar_t* wsToolMakersDir)
|
||||
{
|
||||
return ( ExeInitMachMgr( wstrztoA( wsMachinesDir)) ? TRUE : FALSE) ;
|
||||
return ( ExeInitMachMgr( wstrztoA( wsMachinesDir), wstrztoA( wsToolMakersDir)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -753,6 +753,13 @@ __stdcall EgtTdbGetCurrToolMaxDepth( double* pdVal)
|
||||
return ( ExeTdbGetCurrToolMaxDepth( *pdVal) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtTdbCurrToolDraw( int nGenCtx, int nToolCtx)
|
||||
{
|
||||
return ExeTdbCurrToolDraw( nGenCtx, nToolCtx) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtTdbReload( void)
|
||||
|
||||
Reference in New Issue
Block a user