Page 1 of 1

MyDAC 8.7.26 and SecureBridge

Posted: Wed 02 Nov 2016 11:54
by cybsistemas
[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'

Re: MyDAC 8.7.26 and SecureBridge

Posted: Thu 03 Nov 2016 14:10
by worsoee
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.

Re: MyDAC 8.7.26 and SecureBridge

Posted: Thu 03 Nov 2016 15:52
by ViktorV
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.

Re: MyDAC 8.7.26 and SecureBridge

Posted: Thu 10 Nov 2016 14:42
by ViktorV
The new SecureBridge 7.2.3 with compatible MyDAC 8.7.26 is available for download now.

Re: MyDAC 8.7.26 and SecureBridge

Posted: Tue 15 Nov 2016 13:53
by worsoee
Thanks for the update - much appreciated :-)

Re: MyDAC 8.7.26 and SecureBridge

Posted: Tue 15 Nov 2016 14:28
by ViktorV
Thank you for being interested in our products.
Feel free to contact us if you have any further questions about our products.

Re: MyDAC 8.7.26 and SecureBridge

Posted: Mon 21 Nov 2016 19:06
by cybsistemas
Thank you