MyDAC 8.7.26 and SecureBridge

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 8.7.26 and SecureBridge

Post by cybsistemas » Wed 02 Nov 2016 11:54

[dcc32 Error] CRSSLIOHandler.pas(59): E2003 Undeclared identifier: 'spTls11'
[dcc32 Error] CRSSLIOHandler.pas(59): E2026 Constant expression expected
[dcc32 Error] CRSSLIOHandler.pas(81): E2003 Undeclared identifier: 'caRSA_AES_256_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(82): E2003 Undeclared identifier: 'caRSA_AES_128_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(88): E2003 Undeclared identifier: 'caDHE_RSA_AES_256_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(89): E2003 Undeclared identifier: 'caDHE_RSA_AES_128_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(257): E2003 Undeclared identifier: 'caRSA_AES_256_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(257): E2008 Incompatible types
[dcc32 Error] CRSSLIOHandler.pas(258): E2003 Undeclared identifier: 'caRSA_AES_128_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(258): E2008 Incompatible types
[dcc32 Error] CRSSLIOHandler.pas(259): E2015 Operator not applicable to this operand type
[dcc32 Error] CRSSLIOHandler.pas(260): E2015 Operator not applicable to this operand type
[dcc32 Error] CRSSLIOHandler.pas(261): E2015 Operator not applicable to this operand type
[dcc32 Error] CRSSLIOHandler.pas(262): E2015 Operator not applicable to this operand type
[dcc32 Error] CRSSLIOHandler.pas(263): E2015 Operator not applicable to this operand type
[dcc32 Error] CRSSLIOHandler.pas(264): E2003 Undeclared identifier: 'caDHE_RSA_AES_256_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(264): E2008 Incompatible types
[dcc32 Error] CRSSLIOHandler.pas(265): E2003 Undeclared identifier: 'caDHE_RSA_AES_128_SHA256'
[dcc32 Error] CRSSLIOHandler.pas(265): E2008 Incompatible types
[dcc32 Error] CRSSLIOHandler.pas(266): E2015 Operator not applicable to this operand type
[dcc32 Fatal Error] EnvioDeMail.pas(8): F2063 Could not compile used unit 'CRSSLIOHandler.pas'

worsoee
Posts: 13
Joined: Fri 26 Aug 2016 16:26

Re: MyDAC 8.7.26 and SecureBridge

Post by worsoee » Thu 03 Nov 2016 14:10

Thanks for posting this - I've got this problem as well, and have been trying fix it for a couple of hours before checking this forum.

This error is *very* annoying and prevents projects using MyDAC and SecureBridge from loading. Please fix it soon :-)

Best regards,


BTW: Strangely, MyDAC and SecureBridge does not play nice with each other:
- Not when upgrading either one of them (with mutual uninstall).
- And definitely not, if you're using SSL to MySQL - requiring you to compile and install a bpl from the demo's folder (!!!) with the IDE running as Administrator.

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

Re: MyDAC 8.7.26 and SecureBridge

Post by ViktorV » Thu 03 Nov 2016 15:52

Thanks for the information. The component TMySSHIOHandler supplied with MyDAC 8.7.26 is compatible with the next version of SecureBridge.
For compatibility MyDAC 8.7.26 with SecureBridge 7.1.2, please use the following file CRSSHIOHandler.pas.
https://www.devart.com/pub/dac/crssliohandler.zip
We will consider the possibility of adding an opportunity of automatic installation of components for interaction with MyDAC and SecureBridge.

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

Re: MyDAC 8.7.26 and SecureBridge

Post by ViktorV » Thu 10 Nov 2016 14:42

The new SecureBridge 7.2.3 with compatible MyDAC 8.7.26 is available for download now.

worsoee
Posts: 13
Joined: Fri 26 Aug 2016 16:26

Re: MyDAC 8.7.26 and SecureBridge

Post by worsoee » Tue 15 Nov 2016 13:53

Thanks for the update - much appreciated :-)

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

Re: MyDAC 8.7.26 and SecureBridge

Post by ViktorV » Tue 15 Nov 2016 14:28

Thank you for being interested in our products.
Feel free to contact us if you have any further questions about our products.

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

Re: MyDAC 8.7.26 and SecureBridge

Post by cybsistemas » Mon 21 Nov 2016 19:06

Thank you

Post Reply