![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have the following problem when I do a simple XPath Query: when executing the program, it says to me Debug Assertion Failed! Program: ...\queryDocument.exe File: dbgheap.c Line: 1044 Expression: _CrtIsValidHeapPointer(pUserDate) This is when the program reaches value.asString() in this (only very simple) example function: void doQuery( XmlContainer &container, const string &XPath) { XmlResults results( container.queryWithXPath(0, XPath, 0 )); XmlValue value; results.next(value); cout << value.asString() << endl; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |