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

Reply via email to