wxString sError;
bInfoOpenSuccess = cfdInfo.ReadAsXML(cfdaInDict, &sError);
if (!bInfoOpenSuccess)
+ {
wxLogDebug(sError);
+ }
indictfile.Close();
}
wxString sError;
bInfoOpenSuccess = cfdInfo.ReadAsXML(cfdaInDict, &sError);
if (!bInfoOpenSuccess)
+ {
wxLogDebug(sError);
+ }
indictfile.Close();
}
wxLogDebug(sPrintOut);
for (size_t i = 0; i < asExtensions.GetCount(); ++i)
+ {
wxLogDebug(asExtensions[i]);
+ }
}
}
else