Using /delayload to specify dependent DLL path
Let’s say you have an ObjectARX module with an implicit dependency on another DLL. Your installer puts both your ARX module and the dependent DLL into a private application folder. Windows must be able to resolve the implicit DLL dependency at load time, otherwise it will fail to load your ARX module. Alas, Windows will …
Continue reading ‘Using /delayload to specify dependent DLL path’ »