我想在我的项目中使用xqilla 2.3.0。
为此,我尝试了dom-context-item.cpp中的示例程序。但在XqillaParsing.exe: 0xC0000005中的0x6b93ad61 (msvcp100d.dll)发生崩溃"First-chance exception : Access violation writing 0x00000004“。就会出现。
下面的代码触发崩溃//解析一个XPath 2表达式AutoRelease expression(document->createExpression(X("foo/bar/@baz"),0);
所有附加库和头文件路径都很好。
任何帮助都将不胜感激,谢谢RCJ
发布于 2014-01-30 17:40:03
XQilla 2.3.0在运行MSVC2008时没有任何问题,但是在MSVC2010中使用它时,调试版本在函数_Container_base12::_Orphan_all()处崩溃
欲了解更多信息,请访问http://sourceforge.net/mailarchive/forum.php?forum_name=xqilla-user&max_rows=25&style=nested&viewmonth=201005。
https://stackoverflow.com/questions/21431642
复制相似问题