I have a VB6 project (using Visual Studio 6) and I'm trying to distribute it. The thing is, we already have an installer which registers some of our DLLs.
I'm performing a test on a client machine, which has already installed the program. When I put my test program on his machine it is still loading the default dlls (Program Files). I compiled the DLLs with my test project but the exe uses the registered DLLs.
How can I use the DLL next to the exe file?
thx