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

xml/soap/webservice

开发平台:

C/C++

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