You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by "Karpinski, Charles" <ch...@jnli.com> on 2003/10/10 18:37:35 UTC

Creating XML documents in C

Hello,

Does xalan or xerces support the creation of xml files in C/C++?  We are
talking about creating xml files in the Accord OLife/XMLife standard to pass
between systems.  Any of your thoughts would be appreciated.

Thanks


-----Original Message-----
From: David Fishburn [mailto:fishburn@ianywhere.com]
Sent: Wednesday, October 08, 2003 1:11 PM
To: xalan-c-users@xml.apache.org
Subject: XMemory.cpp - Assertion failed: manager != 0



Something so simple...

Mark/David thank you for your time.  This problem has been plaguing me
for months now.  I appreciate the help.
My sample app works great with those compiler changes.

Dave

-----Original Message-----
From: bugzilla@apache.org [mailto:bugzilla@apache.org] 
Sent: Wednesday, October 08, 2003 12:57 PM
To: fishburn@ianywhere.com
Subject: DO NOT REPLY [Bug 23280] - XMemory.cpp - Assertion failed:
manager != 0


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23280

XMemory.cpp - Assertion failed: manager != 0





------- Additional Comments From David_N_Bertoni@lotus.com  2003-10-08
16:57 ------- You are mixing runtimes.  You must link _all_ executables
with the same run- time library.  For release, it's Multithreaded DLL,
for debug, it's Debug 
Multithreaded DLL.  Otherwise, bad things will happen when memory
allocated 
from one heap is freed in another.  I rebuilt your code with the
appropriate 
setting, and everything worked fine.  See the project settings dialog
box, 
C/C++ tab, and the "Code generation" category.