Ryan,
No, I don't think it's VC7.  You can't do what XalanDOMString::transcode is trying to do - return memory allocated in one heap (the DLLs) and have it released in the EXE's space.  Bad idea.  I've got a simple test DLL & EXE that confirms this.  It crashes whether built with VC6 or VC7.
 
Keith
Ryan Sawatzky <[EMAIL PROTECTED]> wrote:
Hey Keith and Dave,

Well I figured out a work-around for my particular problem. I found out
that I didn't have to be converting to an 8-bit character after all. I
was using it to do a strtok() on an XML string, and then after some
digging I found the StringTokenizer class in the Xalan docs. So I
switched over my code to use that and now everything works. It is still
rather disconcerting that this has been such a hassle. BTW I am using
VC7 to build my application, perhaps that is the problem?

Anyways, thanks for your help.
Ryan

Reply via email to