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

xml/soap/webservice

开发平台:

C/C++

  1. #pragma hdrstop
  2. #include <condefs.h>
  3. //---------------------------------------------------------------------------
  4. USELIB("..........BuildWin32BCB5XercesLib.lib");
  5. USEUNIT("..........samplesSAXPrintSAXPrintHandlers.cpp");
  6. //---------------------------------------------------------------------------
  7. #ifdef NEVER_COMPILE
  8. // Dummy entry point to satisfy the BCB IDE
  9. #pragma ARGS_USED
  10. int main(int argc, char* argv[])
  11. {
  12. return 0;
  13. }
  14. #endif
  15. // The real entry point is in the Samples folder
  16. #include <SAXPrint.cpp>