Installed latest securebridge on XE and it does not work

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Installed latest securebridge on XE and it does not work

Post by snorkel » Tue 20 Sep 2011 18:07

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?

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Tue 20 Sep 2011 19:56

nevermind, I got it working. Had a bad library path.

Post Reply