BarcodeB4Run.cpp
Upload User: xdwang_66
Upload Date: 2016-04-26
Package Size: 1726k
Code Size: 1k
Category:

Static control

Development Platform:

Delphi

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USEPACKAGE("vcl40.bpi");
  5. USEPACKAGE("Vcldb40.bpi");
  6. USEUNIT("HBarCode.pas");
  7. USEUNIT("pBarCode.pas");
  8. USEUNIT("pDBBarcode.pas");
  9. //---------------------------------------------------------------------------
  10. #pragma package(smart_init)
  11. //---------------------------------------------------------------------------
  12. //   Package source.
  13. //---------------------------------------------------------------------------
  14. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  15. {
  16.         return 1;
  17. }
  18. //---------------------------------------------------------------------------