Page 1 of 1

TMySSHIOHandler not found

Posted: Tue 02 Aug 2011 07:21
by fschulze
I'm experienced user of IBDAC and Firebird, but I'm new to MySQL.

I try out your MyDAC and SecureBridge components.
I've installed both trials on DelphiXE.

If I open SSHDacDemo project and there SSH_Client form I get error message:
Class TMySSHIOHandler not found. ...

Where to find and install TMySSHIOHandler component?

Thanks
Frank

Posted: Tue 02 Aug 2011 13:11
by AndreyZ
Hello,

Before opening the demo project, you should compile and install the mydacsbridge150.dpk package that contains the TMySSHIOHandler and TMySSLIOHandler components. The mydacsbridge150.dpk package is located in the %MyDAC_Install_Dir%\Demos\TechnologySpecific\SecureBridge directory. For more information, please read the Readme.html file that is located in this directory.

differnt unit versions

Posted: Tue 02 Aug 2011 15:22
by fschulze
Thanks, MySSHIOHandler works now.

But compiling the SSHDacDemo project I get a new error:

[DCC Fataler Fehler] SSH_Client.pas(10): F2051 Unit MySqlApi wurde mit einer unterschiedlichen Version von CLRClasses.UnicodeToUtf8 compiliert

Translation:
[DCC Fatal Error] SSH_Client.pas (10): F2051 Unit MySqlApi was compiled with a different version of CLRClasses.UnicodeToUtf8

I don't have MySqlApi.pas and/or CLRClasses.pas to recompile it...

Frank

Posted: Thu 04 Aug 2011 12:59
by AndreyZ
Please try the following:
- close RAD Studio XE;
- remove IBDAC, MyDAC, and SecureBridge;
- remove all *dac*.bpl and sbridge*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall IBDAC, MyDAC, and SecureBridge, and check if the problem persists.

Posted: Mon 08 Aug 2011 09:13
by Dimon
Was the problem solved? If any questions come up, please contact me.