This section contains the description of the Delphi 32-bit samples:
Black Ice Software no longer supports Delphi programming language. The Delphi Samples are provided without technical support.
Output File Name Delphi Sample
SaveAs Dialog Delphi Sample
Message Capture Delphi Sample
Restrict Printing Delphi Sample
Redirect Printing Setup Delphi Sample
Email Add-On Delphi Sample
Print2FTP Delphi Sample
Before rebuilding the Delphi samples you must import the ActiveX Controls to Delphi.
You only need to do this once, you do not need to repeat this for every sample.
1. Open the Delphi IDE with Administrator privileges. You do not need to open any particular project, just open Delphi with an empty project.
2. On the main menu select Component / Import ActiveX Control
3. Select the control you want to import.
4. Click Install(Finish)
In case of using XE2 IDE, there are three more steps after step 3:
· After selected the appropriate Active X Control, one have to select “ActiveX palette page” on the next screen and click next.
· On the following window (Creating Unit) select “install to existing package”.
· On Existing Package window the existing path need to be selected as the location of “dclusr.dpk” Delphi package file (in general it is located at <<Used Delphi IDE installation folder>>\lib\win32\release\dclusr.dpk)
Repeat these steps for every Control you want to import. The RTK Delphi samples use the following controls:
BiAutoPrint ActiveX Control module (BiAutoPrint.ocx)
BiPrint2FTP ActiveX Control module (BiPrint2FTP.ocx)
BISEmail ActiveX Control module (BISEmail.ocx)
Black Ice Message Capture Control (BiPrnDrv.ocx)
BlackIceDEVMODE ActiveX Control module (BlackIceDEVMODE.ocx)
After you finished installing the controls, compile the package.