Hi All.
I have an app. that requires a DLL.
Now I dont nessicarily want people to know that it needs this DLL, IF I can help it.
 
I have a unit that uses early binding to call the functions and procedures in the DLL.
I thought I could inclused the DLL in a resource file for the EXE, and then before all the application bits in the project file of the EXE, extract the DLL.
BUT because of the early binding, Its looking for the DLL before the app. runs.
 
Can anyone suggest a solution?
 
Thanks, Jeremy Coulter

Reply via email to