You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
477 B

  1. #pragma hdrstop
  2. //---------------------------------------------------------------------------
  3. //---------------------------------------------------------------------------
  4. #ifdef NEVER_COMPILE
  5. #include <stdio.h>
  6. // Dummy entry point to satisfy the BCB IDE
  7. int main(int argc, char* argv[])
  8. {
  9. printf("*** Compile XercesC Library with Deprecated DOM API for this test\n");
  10. return 0;
  11. }
  12. #endif
  13. // The real entry point is in the Samples folder
  14. //#include <MemoryMonitor.cpp>