Hi,
I'm trying to use xml4c with VAge for C++ as precompiled dll and I have
some problems with include directives Did you have any successes with
IBM compiler?
Thanks
Luca
Sorry for my bad English :-)
-
To unsubscrib
Hi,
I am developing a mapping machine between c++ objects and XML.
Relying heavily on template features I did choose CodeWarrior 6.0.
What do I have to do to run Xerces with that compiler?
(I contacted Metroworks as well but they don't seem to bother).
thanks in advance
Arne Adams
Emanuel Gei
We are using Xerces-C1_4 on a two-processor Sun box running Solaris 8. There
appears to be no problem in a single-threaded app, however, a multi-threaded
app fails. I have created a test code that makes simple Xerces calls and
which fails in a multi-threaded environment. The test code can be run
i
Refering to the message below, did anyone ever answer this question? I have the same
problem.
Unfortunately Evert Haasdijk's e-mail server is not accepting messages.
Dallas Harken
Hi all,
I've (like many, many others, no doubt) written a class
Hello !
Could someone please tell me if there are some experiences of using
Xerces Windows DLL version with Delphi...
Any details would be appreciated !
Thanks for any help !
Pierre St-Vincent,
IroSOFT inc.
-
To unsubscr
Okay, so I'm closer to an answer.
My problem was that there are three (well, six with headers) files in the
IDOM directory that are apparently artifacts. These are:
IDTreeWalkerImpl.*
IDNodeIteratorImpl.*
IDRangeImpl.*
Building in these files causes the symbol conflicts with similar
Hi, Ideshini,
We can build and run the samples successfully on Solaris 2.6 using
SUN's C++ 4.2. haven't tryed on 5.0 yet.
I'd modify the DOMCount.cpp to remove the code segment
starting from the line after
parser.setErrorHandler(&errorHandler);
and all the way to the line before
Hi,
Has anyone managed to successfully compile and link the DOMCount sample on
SPARC Solaris 2.6 using SUN's C++ 5.0 compiler. I have tried both the binary
build and rebuild of the library source and in both instances I end up with
an executable that just hangs chewing up CPU time. I have only tr