Hi, Is it normal I have an access violation error when I delete an XML document? xmlpp::Document* d; d = new xmlpp::Document(); delete d;
View entire thread