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.
 
 
 
 
ThomasH c8e39c9797 add gspn model, parser and builder 9 years ago
..
CreateDOMDocument Added Xerces 10 years ago
DOMCount xerces 2nd part 10 years ago
DOMMemTest xerces 2nd part 10 years ago
DOMPrint xerces 2nd part 10 years ago
DOMRangeTest Added Xerces 10 years ago
DOMTest xerces 2nd part 10 years ago
DOMTraversal xerces 2nd part 10 years ago
DOMTypeInfoTest Added Xerces 10 years ago
EncodingTest xerces 2nd part 10 years ago
EnumVal xerces 2nd part 10 years ago
InitTermTest xerces 2nd part 10 years ago
MemHandlerTest xerces 2nd part 10 years ago
MemParse Added Xerces 10 years ago
NetAccessorTest xerces 2nd part 10 years ago
PParse xerces 2nd part 10 years ago
PSVIWriter xerces 2nd part 10 years ago
Redirect Added Xerces 10 years ago
SAX2Count xerces 2nd part 10 years ago
SAX2Print Added Xerces 10 years ago
SAXCount Added Xerces 10 years ago
SAXPrint Added Xerces 10 years ago
SCMPrint xerces 2nd part 10 years ago
SEnumVal Added Xerces 10 years ago
StdInParse xerces 2nd part 10 years ago
ThreadTest xerces 2nd part 10 years ago
XSValueTest xerces 2nd part 10 years ago
XSerializerTest xerces 2nd part 10 years ago
XercesLib xerces 2nd part 10 years ago
MakeBuildDirs.bat Added Xerces 10 years ago
Xerces-all.mak xerces 2nd part 10 years ago
readme.txt Added Xerces 10 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)