I assume you are talking about a DLL you created yourself. Are all exported
functions declared using the stdcall calling convention? This is absolutely
required because it is the Windows standard. The default for Object Pascal
is the register convention.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, 4 October 2000 01:00
> To: Multiple recipients of list delphi
> Subject: [DUG]: Calling Delphi DLLs in VB
>
>
> Hi again.
>
> I found the answer to my last question....it can be done with
> some fiddeling.
>
> But right now, I want to call the DLL I have just created in Delphi in VB.
> When I do this, it whinges a bout the entrypoint not existing,
> but this triggered something in the back of my mind that you have
> to do a something a little special to be able to call teh DLL in vb.
>
> Can anyone else remember what this might be ?
>
> Cheers, Jeremy Coulter
>
>
>
> Jeremy Coulter (Manager)
> Visual Software Solutions
> Christchurch, New Zealand
> PH 03-3521595
> FAX 03-3521596
> MOBILE 021-2533214
> www.vss.co.nz
>
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to