|
Installation instructions for MIDASCON.PAS
- Copy MidasCon.pas to \delphi\source\vcl
- Create a unit MidReg.pas:
unit MidReg;
interface
uses
MIDASCon;
procedure Register;
implementation
uses
Classes;
procedure Register;
begin
RegisterComponents('Data Access', [TMIDASConnection]);
end;
end.
- Component | Install Packages
- Select "Delphi Midas Components" and click
- File | New | File name: \delphi\bin\dclmid30.dpk Description:
Delphi Midas Components
- <Add> MidReg.pas (from above) and MidasCon.pas (in vcl\source)
- <Install> (This will say it needs additional packages, click
OK and it will continue the install.)
- Replace midascon.dcu in \delphi\lib with midascon.dcu in \delphi\source\vcl
- Rebuild ScktSrvr.dpr (in \delphi\source\vcl). This will give you a
new ScktSrvr.exe. Be sure to place this newer copy of ScktSrvr.exe in
the directory where you normally run it. The default location is \delphi\bin.
Blog
| DCOM
| MIDAS
| BDP
| Struts
Speeches
| Articles
| Books
| Links
Training
| Mentoring
| Support
| Press Releases
|
 |