//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dxOrgCC10.res"); USEPACKAGE("vcl.bpi"); USEPACKAGE("dxCoreC10.bpi"); USEUNIT("dxorgchr.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------