Hi Sven,

I'm sending you the dll file that I have. This file I have compiled in Visual C 6.0 with the source files that I found in http://www.eskimo.com/~weidai/cryptlib.html Why do you think I won't be able to use this dll with Delphi? Do I have to pass an object as parameter to the functions of this dll? Unfortunately I can't use DCPCrypt because it doesn't have the RSA algorithm.

Thanks for your help.

----- Original Message ----- From: "Sven Weiberg" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, September 12, 2005 9:54 AM
Subject: Re: Help about function calling


I'm not sure if this works at all... afaics Cryptopp is strictly oo c++ and not classic simple function call. I don't know if this is in any form compatible to delphi. But if you send me the compiled dll I might have a look. I would suggest to have a look at Delphi-specific Components, e.g. DCPCrypt.

brgds
Sven

Linomar da Costa Botelho wrote:

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








--
===================
Sven Weiberg
61169 Friedberg

Tel 06031-63441
Mobil 0178-4207077
ICQ 283-325-817
===================





Reply via email to