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

xml/soap/webservice

开发平台:

C/C++

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