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
20 lines
477 B
|
|
#pragma hdrstop
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifdef NEVER_COMPILE
|
|
#include <stdio.h>
|
|
|
|
// Dummy entry point to satisfy the BCB IDE
|
|
int main(int argc, char* argv[])
|
|
{
|
|
printf("*** Compile XercesC Library with Deprecated DOM API for this test\n");
|
|
return 0;
|
|
}
|
|
#endif
|
|
|
|
// The real entry point is in the Samples folder
|
|
//#include <MemoryMonitor.cpp>
|