Calling a function in a DLL that has other DLLs as dependenc
Posted: Thu Jun 23, 2005 4:04 pm
I'm calling a function in a DLL that I wrote that depends on several other DLLs. I can get the installer to work by manually copying these DLLs into the same directory as the setup executable. I want to know how to automatically include these DLLs in the project so that I do not have to copy them after every time I recompile the project. I attempted putting them in the Support Files, but that did not help. I found no help in the documentation either.
Thank you
Thank you