Re: XMLURL memory allocation problem

2004-12-31 Thread Sam Lindley
l Message - From: "Sam Lindley" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 22, 2004 1:33 PM Subject: XMLURL memory allocation problem The following code: #include #include using namespace std; XERCES_CPP_NAMESPACE_USE int main() { vector urls(1, XMLURL()); return 0;

Re: XMLURL memory allocation problem

2004-12-23 Thread Sam Lindley
t; <[EMAIL PROTECTED]> To: Sent: Wednesday, December 22, 2004 1:33 PM Subject: XMLURL memory allocation problem The following code: #include #include using namespace std; XERCES_CPP_NAMESPACE_USE int main() { vector urls(1, XMLURL()); return 0; } fails to compile under Visual C++ 2003 (VC_7_1) u

XMLURL memory allocation problem

2004-12-22 Thread Sam Lindley
The following code: #include #include using namespace std; XERCES_CPP_NAMESPACE_USE int main() { vector urls(1, XMLURL()); return 0; } fails to compile under Visual C++ 2003 (VC_7_1) using xerces-c 2.6.0. It gives the error: C2665: 'xercesc_2_6::XMemory::operator new' : none of the 3 overloa