why the dlls are loading even after the delay loading in C++?

  • Thread starter Thread starter David student
  • Start date Start date
D

David student

Guest
Hello All,

When I run C++ .exe (built with Visual Studio 2015), it is loading the dlls (MSVCP120.dll and MSVCR120.dll).

I am using delay loading to not load those dlls.

But when running the executable, seeing those two .dlls in Procmon.

Could someone please help me why I am seeing those dlls even after I used delay loading?

Adding the dlls under the below setting:

Linker->Input->Delay Loaded Dlls


Regards,

Continue reading...
 
Back
Top