diff --git a/API_Exchange.cpp b/API_Exchange.cpp index 3cd6c1f..c945e2d 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -69,6 +69,13 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor) return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtAdvancedImport( const wchar_t* wsFilePath) +{ + return ( ExeAdvancedImport( wstrztoA( wsFilePath)) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath) diff --git a/EgtInterface.rc b/EgtInterface.rc index 990bd2b..25a0af6 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ