EgtInterface 1.6h5 :
- aggiunto import BTL.
This commit is contained in:
@@ -55,6 +55,13 @@ __stdcall EgtImportCsf( const wchar_t* wsFilePath)
|
||||
return ( ExeImportCsf( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportBtl( const wchar_t* wsFilePath)
|
||||
{
|
||||
return ( ExeImportBtl( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)
|
||||
|
||||
Reference in New Issue
Block a user