TMySSHIOHandler installation problems
TMySSHIOHandler installation problems
Trying to get SecureBridge installed in Delphi 2007, I found MySSLIOHandler.pas, but it's mostly empty:
uses
Classes, CRSSLIOHandler;
type
TMySSLIOHandler = class(TCRSSLIOHandler);
And nowhere in my MyDAC or SecureBridge source is any file called CRSSLIOHandler.pas, nor any file at all that references TCRSSLIOHandler.
I'm using MyDAC version 5.90.0.54, and there are no notes in the SecureBridge documentation requiring any specific version of MyDAC.
uses
Classes, CRSSLIOHandler;
type
TMySSLIOHandler = class(TCRSSLIOHandler);
And nowhere in my MyDAC or SecureBridge source is any file called CRSSLIOHandler.pas, nor any file at all that references TCRSSLIOHandler.
I'm using MyDAC version 5.90.0.54, and there are no notes in the SecureBridge documentation requiring any specific version of MyDAC.
-
AndreyZ
Hello,
To use MyDAC with SecureBridge, you should install the TMySSHIOHandler component. The TMySSHIOHandler and TMySSLIOHandler components are included into MyDAC as a demo project. You can find the component package by the following path: MyDAC_InstallDir\Demos\Win32\TechnologySpecific\SecureBridge\Delphi11\mydacsbridge105.dpk . MyDAC_InstallDir is the MyDAC installation directory on your computer. You should open this package and install it.
To use MyDAC with SecureBridge, you should install the TMySSHIOHandler component. The TMySSHIOHandler and TMySSLIOHandler components are included into MyDAC as a demo project. You can find the component package by the following path: MyDAC_InstallDir\Demos\Win32\TechnologySpecific\SecureBridge\Delphi11\mydacsbridge105.dpk . MyDAC_InstallDir is the MyDAC installation directory on your computer. You should open this package and install it.
-
AndreyZ
Both MySSLIOHandler.pas and CRSSLIOHandler.pas files are located in the MyDAC_InstallDir\Demos\Win32\TechnologySpecific\SecureBridge directory. If there are no such files in this directory, please try reinstalling MyDAC. Please note that you don't need to do anything with these files. They are used by the mydacsbridge105.dpk package. You should only open and install the mydacsbridge105.dpk package. This will add the TMySSHIOHandler and TMySSLIOHandler components to the MySQL Access category of the tools palette. After this you will be able to use MyDAC with SecureBridge.
No CRSSLIOHandler.pas
I *have* reinstalled MyDAC and the file CRSSLIOHandler.pas is not installed where you say it should be, and it's not anywhere at all.
-
AndreyZ
All DACs install demo projects on Windows Vista/7 to the user's documents directory defined by the system. This directory has rights for writing without which you cannot compile any demo project. All MyDAC demo projects under Windows Vista/7 are located in the "My Documents\Devart\MyDac for Delphi 2007\Demos" directory, for example, "C:\Documents and Settings\All Users\Documents\Devart\MyDac for Delphi 2007\Demos\", or "C:\Users\Public\Documents\Devart\MyDac for RAD Studio 2007\Demos\". Please check that you have the MySSLIOHandler.pas and CRSSLIOHandler.pas files in one of the directories specified above.
-
AndreyZ