Can't remember if anyone ever answered this or not. I don't have all the
answers, but here are a few...

"Trying to run the example
"samples\CreateDOMDocument\CreateDOMDocument.cpp"
I saw that there is no implementation of
XMLPlatformUtils::Initialize() in the Win32PlatformUtils
so I simply left out this one too."

There are a number of methods that are provided by each platform. There
definitely is an implementation of Initialize in the Win32PlatformUtils, so
I'm not sure why you aren't seeing it.

"The sample now gives me some EAccessViolation stopping in
DOMString.cpp at
XMLLCPTranscoder* transcoder =
XMLPlatformUtils::fgTransService->makeNewLCPTranscoder();"

A side effect of never having done the Initialize() call. The
fgTransService would have been set by the initialization code.


----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]


Reply via email to