DOMCount.cpp
Upload User: huihehuasu
Upload Date: 2007-01-10
Package Size: 6948k
Code Size: 0k
Development Platform:

C/C++

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