![]() |
![]() ![]() ![]() |
to Delphi 5
|
1. Create "..\Lib\SendMail" directory.
|
2. Unzip files and copy them to "..\Lib\SendMail".
|
3. Start Delphi 5 IDE.
|
4. Open "SendMailD5.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 6
|
1. Create "..\Lib\SendMail" directory.
|
2. Unzip files and copy them to "..\Lib\SendMail".
|
3. Start Delphi 6 IDE.
|
4. Open "SendMailD6.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to Delphi 7
|
1. Create "..\Lib\SendMail" directory.
|
2. Unzip files and copy them to "..\Lib\SendMail".
|
3. Start Delphi 7 IDE.
|
4. Open "SendMailD7.dpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to C++ Builder 5
|
1. Create "..\Lib\SendMail" directory.
|
2. Unzip files and copy them to "..\Lib\SendMail".
|
3. Start C++ Builder 5 IDE.
|
4. Open "SendMailCB5.bpk" file.
|
5. Install package to the components palette ("Install" button).
|
|
to C++ Builder 6
|
1. Create "..\Lib\SendMail" directory.
|
2. Unzip files and copy them to "..\Lib\SendMail".
|
3. Start C++ Builder 6 IDE.
|
4. Open "SendMailCB6.bpk" file.
|
5. Install package to the components palette ("Install" button).
|
1. Uninstall / delete all previous (trial) instances of SendMail.
|
2. Create "..\Lib\SendMail" directory.
|
3. Unzip files from "Sources" directory and copy them to "..\Lib\SendMail".
|
4. Run Delphi IDE.
|
5. Select "Component \ Install..." menu item.
|
6. Press "Add" button and select "SendMail.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:
|
SendMail.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.
|