Page 1 of 1

Installed latest securebridge on XE and it does not work

Posted: Tue 20 Sep 2011 18:07
by snorkel
On compiling a project I get this:


[DCC Error] ScCLRSocket.pas(191): E2003 Undeclared identifier: 'StartUp'
[DCC Fatal Error] ScClient.pas(262): F2063 Could not compile used unit 'ScCLRSocket.pas'

This error can be fixed by removing the class keyword that prefixes the procedure startup, but then you get this:

[DCC Error] ScCryptoTransform.pas(17): E2291 Missing implementation of interface method ICryptoTransform.TransformBlock

[DCC Error] ScCryptoTransform.pas(17): E2291 Missing implementation of interface method ICryptoTransform.TransformFinalBlock

This is on windows 7 SP1, is there some MS package I am missing?

Posted: Tue 20 Sep 2011 19:56
by snorkel
nevermind, I got it working. Had a bad library path.