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

C/C++

  1. #pragma hdrstop
  2. #include <condefs.h>
  3. //---------------------------------------------------------------------------
  4. USELIB("..........BuildWin32BCB4XercesLib.lib");
  5. USEUNIT("..........samplesDOMPrintDOMTreeErrorReporter.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 <DOMPrint.cpp>