The most likely reason for this is that you built your program for debug
(and used the "Debug Multithreaded DLL" runtime), and you then linked
against our binary release DLLs (which are production DLLs and use the
"Multithreaded DLL" runtime.) You can build your program in debug mode, but
change the runtime to "Multithreaded DLL" so that you only have one runtime
in your program.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
"Zhang Tao" <[EMAIL PROTECTED]> on 02/24/2000 08:44:15 AM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: parse a wml file
Hello:
�� I want to know whether I can use xerces-c parse a wml file. When I
try the sample program saxcount , and pass a� wml file as its parameter, I
got an assertion failure.In detail,
��� File:dbgdel.cpp
��� Line:47
��� Expression:_BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
�� I note some xml parsers (like expat ) can parse the file according to
"Doctype" in an xml file, can xerces-c do it?
��� (I have some trouble to connect to Net, so sorry for bother.)
��� Many Thanks.