> 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
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.
>
--
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
>
>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
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
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
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
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
gzilla/show_bug.cgi?id=2879
Memory-Leak in DOMString-Class
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|RESOLVED|
gzilla/show_bug.cgi?id=3764
Memory allocation problem in DOMString class
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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:
=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
=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
13 matches
Mail list logo