You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Mavo 3f70a69d6e Added argument for timebound 9 years ago
..
CreateDOMDocument Added Xerces 9 years ago
DOMCount xerces 2nd part 9 years ago
DOMMemTest xerces 2nd part 9 years ago
DOMPrint xerces 2nd part 9 years ago
DOMRangeTest Added Xerces 9 years ago
DOMTest xerces 2nd part 9 years ago
DOMTraversal xerces 2nd part 9 years ago
DOMTypeInfoTest Added Xerces 9 years ago
EncodingTest xerces 2nd part 9 years ago
EnumVal xerces 2nd part 9 years ago
InitTermTest xerces 2nd part 9 years ago
MemHandlerTest xerces 2nd part 9 years ago
MemParse Added Xerces 9 years ago
NetAccessorTest xerces 2nd part 9 years ago
PParse xerces 2nd part 9 years ago
PSVIWriter xerces 2nd part 9 years ago
Redirect Added Xerces 9 years ago
SAX2Count xerces 2nd part 9 years ago
SAX2Print Added Xerces 9 years ago
SAXCount Added Xerces 9 years ago
SAXPrint Added Xerces 9 years ago
SCMPrint xerces 2nd part 9 years ago
SEnumVal Added Xerces 9 years ago
StdInParse xerces 2nd part 9 years ago
ThreadTest xerces 2nd part 9 years ago
XSValueTest xerces 2nd part 9 years ago
XSerializerTest xerces 2nd part 9 years ago
XercesLib xerces 2nd part 9 years ago
MakeBuildDirs.bat Added Xerces 9 years ago
Xerces-all.mak xerces 2nd part 9 years ago
readme.txt Added Xerces 9 years ago

readme.txt

Sep 30, 2004 - Xerces C and Borland C++ Compiler v 5.6.2 (CBuilderX 1.0 Update 1)
========================================================

The Update 1 for CBuilderX 1.0 renames the make.exe found in the bin directory
to bmake.exe, and adds make.exe (from GNU). To be able to compile Xerces
rename bmake.exe back to make.exe

Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================

- changes for Xerces C 2.2.0

How to build dll with Win95 support (tasm32 required, so only for BCB5):
make -f Xerces-all.mak -DWITHASM=Y

Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================

Before build:
MakeBuildDirs.bat

How to build dll (without deprecated DOM API) and tests:
make -f Xerces-all.mak

Vitaly Prapirny (marl@mebius.net)