please , i need a example . suppose EXE --------------------- Function TExclass.Function : Integer ; Begin // End;
DLL---------------- how ??? ----- Original Message ----- From: Rob Kennedy To: [email protected] Sent: Thursday, November 29, 2007 12:07 Subject: Re: [delphi-en] Delphi Urgent ! Saurabh Rai wrote: > Have a function created in the exe which has to be used in the DLL > > Is it possible??? Yes. Have the EXE call a function in the DLL. Among the parameters, include a pointer to the EXE's function. The DLL can keep that pointer and call the function when it wants. -- Rob ------------------------------------------------------- Summit Information Technologies Limited, Gurgaon, India [Non-text portions of this message have been removed]

