Re: Problem with framework/URLInputSource.hpp

2000-01-26 Thread roddey
D] cc: Subject: Problem with framework/URLInputSource.hpp This file should include framework/XMLURL.hpp, since URLInputSource has an instance of an XMLURL as a data member. Although Xerces will build properly, others will not be able to build unless they also include XMLURL.hpp. I've made the

Correction: Problem with framework/URLInputSource.hpp

2000-01-26 Thread David_N_Bertoni
I really meant util/XMLURL.hpp, not framework/XMLURL.hpp. Sorry for the confusion... Dave [email protected] on 01/26/2000 10:44:52 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David N Bertoni/CAM/Lotus) Subject: Problem with framework

Problem with framework/URLInputSource.hpp

2000-01-26 Thread David_N_Bertoni
This file should include framework/XMLURL.hpp, since URLInputSource has an instance of an XMLURL as a data member. Although Xerces will build properly, others will not be able to build unless they also include XMLURL.hpp. I've made the change to URLInputSource.hpp locally, and rebuilt everything