I have disassembled a VB6 application that calls a function in a DLL library, but I can't find any reference to the DLL in the disassembly. How can the calling code load this DLL? It is dynamically linked, as I can observe the effects of removing and replacing the DLL.
I'm using IDA Pro Free, the calling application is a VB6 app, and the DLL is a plain Win32 DLL that I suspect was created using C or C++.