How can I make a separate folder for my application's DLLs?

If you use LoadLibrary, you simply have to explicitly specify the full path of the DLLs you load.

DLL redirection is a fairly new feature (Windows 2000 IIRC). Name your DLL directory .exe. Local, and Windows will check it first for anything loaded via LoadLibrary(Ex).

This includes delay-loaded DLLs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions