Readme.txt
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:2k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. $Log: Readme.txt,v $
  2. Revision 1.3  2001/04/19 19:20:09  knoaman
  3. BCB project changes submitted by William I Hopper.
  4. Revision 1.2  2000/09/07 00:11:04  aruna1
  5. Borland related project files intoroduced
  6. Revision 1.1  2000/02/03 23:46:37  rahulj
  7. Initial checkin. Contributed by Dietrich Wolf.
  8. This directory and its children contain the project group
  9. and the project files for building Xerces for C++-Builder 4.
  10. In order to build and use it, it is necessary to have C++-Builder 4
  11. installed.  For using xerces from within C++-Builder projects
  12. C++-Builder made libraries are needed because of the library format and
  13. the name mangling of C++ functions (this can be compared by viewing
  14. the DLLs with right mouse - properties - fast view - Export table
  15. section).
  16. For building from the C++Builder IDE...
  17. + Load the Xerces-ALL.BPG Project Group in the IDE.
  18. + Select Project | Build All Projects.
  19.   Notes:
  20.    If you change any of the Options for the individual projects,
  21.    the final output path WILL get corrupted.  Additionally, if C++Builder
  22.    is installed on the same drive as the Xerces source files,
  23.    other paths in the .BPR project files may also get corrupted.
  24.    Borland has acknowledged these problems but will not fix them.
  25. For building from the command line...
  26. + Run the MakeBuildDirs.bat to create the output directories.
  27. + ChDir to each of the individual project directories (starting
  28.   with XercesLib of course) and run the Borland make utility
  29.   (e.g. "make -B -f XercesLib.bpr")
  30. Either way, the output (.dll, .lib, .exe) files will be created
  31. under BuildWin32BCB4 (Build is on the same level as src).
  32. -- In Win32PlatformUtils.cpp, the compareAndSwap method uses inline
  33. assembler to avoid an API not suported in Windows 95.
  34. If you don't need Win95 support, changing it to  #if 0  will greatly
  35. improve your build times.