1. Located in the API_all_env folder:
Move / copy the ...
IABSocketAPI.pas
IABSocketAPI.dcr
sckcmp_hhs.pas (D4 and D5 (maybe D6) only - otherwise ignore)
... files to your library or add-on folder. Install these into the library and rebuild.
The component will appear on the Samples page. Depending on your version of Delphi,
it may also ask to include the inet.dcp file. Accept this and include.
For those not familiar with installing components into the DCL ....
Locate and open file {Delphi}\Lib\dclusr.dpk
Add the IABSocketAPI.pas into this package as a "Design Time package".
Compile and save and close this Library.
The component should appear on the Sample tab of the pallette.
Start a new project, or the demo below.
2. Located in the Delphi-BCB (or Kylix) folder:
Compile the demo app IABSocket project.
3. Look through the demo app provided for samples and notes. Also the main
help file is online at the link above. Look there for ammendments and updates.
- Code: Select all
So I go to the following Folder:
1) "C:\Program Files\Borland\BDS\4.0\lib" and copy and paste the (3) files into the directory located in step (1).
2) Then I click dclusr.dpk. In the project manger it comes up as dclsr100.bpl. I right mouse button click, and choose add. I add the file IABSocketAPI.pas. When I do that I see a folder appear under dclusr100.bpl called "contains", in it is IABSocketAPI.dcr and IABSocketAPI.pas.
3) Then I go to Project >> Complie dclusr. I close and Save.
4) I open up the sample project and there is an error reading form that says "Class T1ABSocket not found. Ignore the orror and countine? NOTE: ignorning the eror may cause compontents to be deleted or property values to be lost
Can you see anything I did wrong?
Thanks