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