Re: Using DLL in Delphi
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Sat, 25 Feb 2006 19:22:10 -0800
Bob Richardson 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?make sure he uses stdcall (standard call) for the functions.
and you specify that in your code also.
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- 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
- Index(es):
Relevant Pages
|