EgtInterface 1.6e4 :
- aggiunta EgtImportCsf.
This commit is contained in:
@@ -48,6 +48,13 @@ __stdcall EgtImportCnc( const wchar_t* wsFilePath)
|
||||
return ( ExeImportCnc( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportCsf( const wchar_t* wsFilePath)
|
||||
{
|
||||
return ( ExeImportCsf( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)
|
||||
|
||||
Reference in New Issue
Block a user