RE: DOMString class

2001-12-07 Thread Murphy, James
> I have a question about the DOMString class. I am writing a > JNI-based library to access Xerces-J DOMs from C++. In looking for a > decent string class to pass data around my wrapper classes, I came > across Xerces-C's DOMString class. Just out of curiosity why not use X

RE: DOMString class

2001-12-06 Thread Doug Brower
gt; Subject: RE: DOMString class > > > Also, do any of these functions do something funky with threading? > My library is in a delicate state as it has been loaded by Java's > System.loadLibrary function. > --

RE: DOMString class

2001-12-06 Thread Tobias McNulty
Also, do any of these functions do something funky with threading? My library is in a delicate state as it has been loaded by Java's System.loadLibrary function. >>I suspect you haven't called XMLPlatformUtils::Initialize. >> >Ahh, this is just what I was looking for. I assume I should just >

RE: DOMString class

2001-12-06 Thread Tobias McNulty
>I suspect you haven't called XMLPlatformUtils::Initialize. > Ahh, this is just what I was looking for. I assume I should just call that function once when my library is loaded? Are there any destruction functions that need to be called when the library terminates? I have tried calling that

RE: DOMString class

2001-12-06 Thread Michael McIntosh
I suspect you haven't called XMLPlatformUtils::Initialize. -Original Message- From: Tobias McNulty [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: RE: DOMString class Doug, I apologize, that was an error in my e-mail. It s

RE: DOMString class

2001-12-06 Thread Tobias McNulty
Doug, I apologize, that was an error in my e-mail. It should have read: DOMString* myStr = new DOMString("foo"); as you also stated in your e-mail. That is what the actual code I was compiling looked like. I do delete the pointer later on in my code, but that is not the point. My library

RE: DOMString class

2001-12-06 Thread Doug Brower
n create a temporary quite simply: DOMString myStr("foo"); The string will get cleaned up automatically when myStr goes out of scope. Doug Brower > I have a question about the DOMString class. I am writing a > JNI-based library to access Xerces-J DOMs from C++. In looking for a

DOMString class

2001-12-06 Thread Tobias McNulty
Hello! I have a question about the DOMString class. I am writing a JNI-based library to access Xerces-J DOMs from C++. In looking for a decent string class to pass data around my wrapper classes, I came across Xerces-C's DOMString class. I tried linking to the xerces-c stub librar

DO NOT REPLY [Bug 2879] - Memory-Leak in DOMString-Class

2001-10-18 Thread bugzilla
gzilla/show_bug.cgi?id=2879 Memory-Leak in DOMString-Class [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|

DO NOT REPLY [Bug 3764] - Memory allocation problem in DOMString class

2001-09-21 Thread bugzilla
gzilla/show_bug.cgi?id=3764 Memory allocation problem in DOMString class [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 3764] New: - Memory allocation problem in DOMString class

2001-09-21 Thread bugzilla
gzilla/show_bug.cgi?id=3764 Memory allocation problem in DOMString class Summary: Memory allocation problem in DOMString class Product: Xerces-C++ Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity:

[Bug 2879] - Memory-Leak in DOMString-Class

2001-07-30 Thread bugzilla
=2879 *** shadow/2879 Mon Jul 30 01:50:36 2001 --- shadow/2879.tmp.22245 Mon Jul 30 05:05:54 2001 *** *** 2,9 | Memory-Leak in DOMString-Class

[Bug 2879] New: - Memory-Leak in DOMString-Class

2001-07-30 Thread bugzilla
=2879 *** shadow/2879 Mon Jul 30 01:50:36 2001 --- shadow/2879.tmp.20083 Mon Jul 30 01:50:36 2001 *** *** 0 --- 1,64 + ++ + | Memory-Leak in DOMString-Class