Hi Linomar, The DLL dumpbin looked as if all functions were there. I've never worked in Delphi (is this Object Oriented Pascal?). If so, I would _assume_ it is the same as working with any other DLL in Pascal - load the library, name decorations, etc.
I personally link against the LIB file. Do you have a specific problem? Jeff ----- Original Message ----- From: "Linomar da Costa Botelho" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, September 09, 2005 10:59 AM Subject: Help about function calling Hi friends, I would like to access cryptopp.dll through Delphi. So, how can I call the procedures that this dll has? What are the parameters I have to pass? Does anybody know where can I find these specifications? For instance, I want to use RSA and RC6 functions in Delphi. How can I access the functions for these algorithms? Linomar Botelho
