I'm busy with a app that needs to call a sub in a DLL to which I don't know the name. In other words, the DLL name will be supplied in a registry setting and the app will then need to call a sub in that DLL.
Sort of like a plug-in. The problem is that I can't reference the DLL because I won't know the name of the DLL until run-time. Is this even possible?
Sort of like a plug-in. The problem is that I can't reference the DLL because I won't know the name of the DLL until run-time. Is this even possible?