BarcodeB4Run.cpp
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:1k
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USEPACKAGE("vcl40.bpi");
- USEPACKAGE("Vcldb40.bpi");
- USEUNIT("HBarCode.pas");
- USEUNIT("pBarCode.pas");
- USEUNIT("pDBBarcode.pas");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------