blob: e666a49b1af375a6ff28636ec22ad76883746cc1 [file] [log] [blame]
#pragma hdrstop
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#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>