//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("cxExportC10.res"); USEPACKAGE("vcl.bpi"); USEPACKAGE("rtl.bpi"); USEPACKAGE("dxCoreC10.bpi"); USEPACKAGE("dbrtl.bpi"); USEPACKAGE("cxLibraryC10.bpi"); USEUNIT("cxXLSExport.pas"); USEUNIT("cxHtmlXmlTxtExport.pas"); USEUNIT("cxExport.pas"); USEUNIT("cxExportStrs.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- #pragma argsused int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------