int res = fp( aShape, aFileName, aFormatName );
// unload plugin library
- UnLoadLib( anExportLib );
+ // commented by enk:
+ // the bug was occured: using ACIS Import/Export plugin
+ // UnLoadLib( anExportLib );
+
if ( res )
log.SetTouched(Label());
TopoDS_Shape aShape = fp( aFileName, aFormatName, anError );
// unload plugin library
- UnLoadLib( anImportLib );
+ // commented by enk:
+ // the bug was occured: using ACIS Import/Export plugin
+ //UnLoadLib( anImportLib );
if ( aShape.IsNull() ) {
StdFail_NotDone::Raise(anError.ToCString());