Mydac 9.01 and securebridge 7.34

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Mydac 9.01 and securebridge 7.34

Post by cybsistemas » Wed 05 Apr 2017 18:00

Hi
Error compiling Delphi XE7
[dcc32 Error] CRSSLIOHandler.pas(25): E2003 Undeclared identifier: 'TScRemoteCertificateValidation'
Thanks

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Mydac 9.01 and securebridge 7.34

Post by ViktorV » Fri 07 Apr 2017 10:07

Thank you for the information. The TMySSLIOHandler component distributed with MyDAC 9.0.1 is compatible with the following SecureBridge version.
For compatibility of MyDAC 9.0.1 with SecureBridge 7.3.4, please comment all the strings which the compiler "complains" on.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: Mydac 9.01 and securebridge 7.34

Post by cybsistemas » Fri 07 Apr 2017 17:51

[dcc64 Error] CRSSLIOHandler.pas(25): E2003 Undeclared identifier: 'TScRemoteCertificateValidation'
[dcc64 Error] CRSSLIOHandler.pas(72): E2005 'TScRemoteCertificateValidation' is not a type identifier
[dcc64 Error] CRSSLIOHandler.pas(139): E2003 Undeclared identifier: 'TScSSLClientUtils'
[dcc64 Error] CRSSLIOHandler.pas(139): E2066 Missing operator or semicolon
[dcc64 Error] CRSSLIOHandler.pas(140): E2066 Missing operator or semicolon
[dcc64 Error] CRSSLIOHandler.pas(141): E2066 Missing operator or semicolon
[dcc64 Error] CRSSLIOHandler.pas(142): E2066 Missing operator or semicolon
[dcc64 Error] CRSSLIOHandler.pas(172): E2003 Undeclared identifier: 'OnServerCertificateValidation'
[dcc64 Error] CRSSLIOHandler.pas(172): E2035 Not enough actual parameters
[dcc64 Error] CRSSLIOHandler.pas(230): E2003 Undeclared identifier: 'WaitForData'
[dcc64 Error] CRSSLIOHandler.pas(329): E2008 Incompatible types

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Mydac 9.01 and securebridge 7.34

Post by ViktorV » Tue 11 Apr 2017 09:34

Yes, all the specified strings should be commented for MyDAC 9.0.1 compatibility with SecureBridge 7.3.4

Post Reply