Re: Using DLL in Delphi
- From: erewhon@xxxxxxxxxx (J French)
- Date: Sat, 25 Feb 2006 09:21:27 +0000 (UTC)
On Fri, 24 Feb 2006 09:51:12 -0800, "Bob Richardson" <bobr at whidbey
dot com> wrote:
My friend is writing a DLL in C++ that I want to use in my Delphi program .
Are there any special pitfalls I need to worry about? Perhaps something I
can suggest he not do so that my implementation will be smoother?
Your friend should use the StdCall convention if he wants to make the
DLL useable by most languages.
.
- References:
- Using DLL in Delphi
- From: Bob Richardson
- Using DLL in Delphi
- Prev by Date: Re: BDS2006 exe sizes
- Next by Date: Re: BDS2006 exe sizes
- Previous by thread: Re: Using DLL in Delphi
- Next by thread: Re: Using DLL in Delphi
- Index(es):
Relevant Pages
|