www.pudn.com > Barcode.VCL.component.v1.8.6.48.Full.Source.Delphi > BarcodeB5Run.cpp, change:2007-01-17,size:736b
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEPACKAGE("vcl50.bpi");
USEPACKAGE("Vcldb50.bpi");
USEUNIT("HBarCode.pas");
USEUNIT("pBarCode.pas");
USEUNIT("pDBBarcode.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------