Hello,
I need to load a DLL I wrote in C++ into a VB.Net app that differs in
name.
I can load the dll just fine using a Declare Function using a hardcoded
name. However, for production, the DLL name varies based other
factors(same signature, different names).
I am seen Microsoft's example of changing the path dynamically. But, I
have not seen an example of changing the entire DLL name.
I don't think it is possible. But, before I code around this issue, I
was hoping someone had a solved this issue.
Thanks.
Gary Ivy