blob: 7561ab9f4f58415d1f0066ee8c65631cb038d1f0 [file] [log] [blame]
#pragma hdrstop
#include <condefs.h>
//---------------------------------------------------------------------------
USELIB("..\..\..\..\..\Build\Win32\BCB6\XercesLib.lib");
//---------------------------------------------------------------------------
#ifdef NEVER_COMPILE
// Dummy entry point to satisfy the BCB IDE
int main(int argc, char* argv[])
{
return 0;
}
#endif
// The real entry point is in the Samples folder
#include <DTest.cpp>