VisualAge for C++ ver 4.0

2001-05-24 Thread L/R
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

port for Win2K / CodeWarrior

2001-05-24 Thread Arne Adams
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

Segmentation fault in a multi-threaded usage of Xerces-C

2001-05-24 Thread jeetu . gulati
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

Followup: Error deleting an XMLFormatter

2001-05-24 Thread Dallas Harken III
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

using Xerces with Delphi

2001-05-24 Thread Pierre St-Vincent
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

Re: Static library & IDOM

2001-05-24 Thread James Berry
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

Re: Compiling & Linking of Samples on SPARC Solaris 2.6

2001-05-24 Thread peiyongz
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

Compiling & Linking of Samples on SPARC Solaris 2.6

2001-05-24 Thread Ideshini Naidoo
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