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 library and implementing 
DOMString in my code, but a simple call such as:

DOMString myStr = new DOMString("foo");

causes my library to terminate unexpectedly.  Are there any special 
precautions I need to take when using the DOMString class?

Thanks,

Toby
-- 
Tobias McNulty
Data Description, Inc.
840 Hanshaw Road, Suite 9
Ithaca, NY 14850
Phone: (607) 257-1000
E-mail: [EMAIL PROTECTED]
Web: www.datadesk.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to