|
|
@ -1160,7 +1160,7 @@ bool CExport::newExport (SExportOptions &opt, IExportCB *expCB)
|
|
|
|
_Options->PrimFloraDir = sContinentDir;
|
|
|
|
_Options->PrimFloraDir = sContinentDir;
|
|
|
|
sTmp = "Exporting";
|
|
|
|
sTmp = "Exporting";
|
|
|
|
if (_ExportCB != NULL) _ExportCB->dispInfo (sTmp);
|
|
|
|
if (_ExportCB != NULL) _ExportCB->dispInfo (sTmp);
|
|
|
|
export (*_Options, _ExportCB, &vExportPrimitives);
|
|
|
|
doExport (*_Options, _ExportCB, &vExportPrimitives);
|
|
|
|
|
|
|
|
|
|
|
|
// Copy new files for incremental purpose
|
|
|
|
// Copy new files for incremental purpose
|
|
|
|
CTools::chdir (_ExeDir);
|
|
|
|
CTools::chdir (_ExeDir);
|
|
|
@ -1236,7 +1236,7 @@ bool CExport::newExport (SExportOptions &opt, IExportCB *expCB)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
bool CExport::export (SExportOptions &opt, IExportCB *expCB, vector<SExportPrimitive> *selection)
|
|
|
|
bool CExport::doExport (SExportOptions &opt, IExportCB *expCB, vector<SExportPrimitive> *selection)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
char sTmp[MAX_PATH];
|
|
|
|
char sTmp[MAX_PATH];
|
|
|
|
GetCurrentDirectory (MAX_PATH, sTmp);
|
|
|
|
GetCurrentDirectory (MAX_PATH, sTmp);
|
|
|
|