|
|
|
| to Delphi 5
|
| 1. Create "..\Lib\IESniffer" directory.
|
| 2. Unzip files and copy them to "..\Lib\IESniffer".
|
| 3. Start Delphi 5 IDE.
|
| 4. Open "IESnifferD5.dpk" file.
|
| 5. Install package to the components palette ("Install" button).
|
|
|
| to Delphi 6
|
| 1. Create "..\Lib\IESniffer" directory.
|
| 2. Unzip files and copy them to "..\Lib\IESniffer".
|
| 3. Start Delphi 6 IDE.
|
| 4. Open "IESnifferD6.dpk" file.
|
| 5. Install package to the components palette ("Install" button).
|
|
|
| to Delphi 7
|
| 1. Create "..\Lib\IESniffer" directory.
|
| 2. Unzip files and copy them to "..\Lib\IESniffer".
|
| 3. Start Delphi 7 IDE.
|
| 4. Open "IESnifferD7.dpk" file.
|
| 5. Install package to the components palette ("Install" button).
|
|
|
| to C++ Builder 5
|
| 1. Create "..\Lib\IESniffer" directory.
|
| 2. Unzip files and copy them to "..\Lib\IESniffer".
|
| 3. Start C++ Builder 5 IDE.
|
| 4. Open "IESnifferCB5.bpk" file.
|
| 5. Install package to the components palette ("Install" button).
|
|
|
| to C++ Builder 6
|
| 1. Create "..\Lib\IESniffer" directory.
|
| 2. Unzip files and copy them to "..\Lib\IESniffer".
|
| 3. Start C++ Builder 6 IDE.
|
| 4. Open "IESnifferCB6.bpk" file.
|
| 5. Install package to the components palette ("Install" button).
|
| 1. Uninstall / delete all previous (trial) instances of IESniffer.
|
| 2. Create "..\Lib\IESniffer" directory.
|
| 3. Unzip files from "Sources" directory and copy them to "..\Lib\IESniffer".
|
| 4. Run Delphi IDE.
|
| 5. Select "Component \ Install..." menu item.
|
| 6. Press "Add" button and select "IESniffer.pas" file.
|
| 7. Rebuild library.
|
| [C++ Error] SHDocVw.hpp(893): E2293 ) expected, at the following line:
|
| /* TWinControl.CreateParented */ inline __fastcall TWebBrowser(HWND ParentWindow) : Olectrls::TOleControl(ParentWindow) { }
|
|
|
| Please manually edit the SHDocVw.hpp and change this line to
|
| /* TWinControl.CreateParented */ inline __fastcall TWebBrowser(HANDLE ParentWindow) : Olectrls::TOleControl(ParentWindow) { }
|
|
|
| Also you can get another linker error:
|
| IESniffer.hpp E2209 Unable to open include file 'MSHTML.hpp'.
|
| Please just replace MSHTML.hpp to MSHTML.h. For some reason BCB comes with MSHTML.h file instead of *.hpp.
|