Hi Jeff,
My problem is about the name of the functions and parameters of
cryptopp.dll. I would like to find these specifications. After that I will
be able to access the functions I need to use. Do you know where can I find
it?
Thanks.
----- Original Message -----
From: "Jeffrey Walton" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, September 09, 2005 10:08 PM
Subject: Re: Help about function calling
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