0

我想在我的项目中使用 xqilla 2.3.0。

为此,我尝试了 dom-context-item.cpp 中的示例程序。但是崩溃“XqillaParsing.exe 中 0x6b93ad61 (msvcp100d.dll) 的第一次机会异常:0xC0000005:访问冲突写入位置 0x00000004。” 出现。

以下代码触发崩溃 // Parse an XPath 2 expression AutoRelease expression(document->createExpression(X("foo/bar/@baz"), 0));

所有附加库和头文件路径都很好。

任何帮助将不胜感激提前感谢RCJ

4

1 回答 1

0

XQilla 2.3.0 don't have any problem while running with MSVC 2008 But while using it with MSVC 2010 the debug build get crashed at function _Container_base12::_Orphan_all()

More information can be found at http://sourceforge.net/mailarchive/forum.php?forum_name=xqilla-user&max_rows=25&style=nested&viewmonth=201005

于 2014-01-30T09:40:03.257 回答