Re: Using DLL in Delphi



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

.



Relevant Pages

  • Re: Using DLL in Delphi
    ... dot com> wrote: ... Are there any special pitfalls I need to worry about? ... DLL useable by most languages. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Using DLL in Delphi
    ... dot com> waffled on about something: ... Are there any special pitfalls I need to worry about? ... MUSHROOMS ARE THE OPIATE OF THE MOOSES ...
    (comp.lang.pascal.delphi.misc)
  • Using DLL in Delphi
    ... 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? ...
    (comp.lang.pascal.delphi.misc)