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?