Mine is activex plugin which generates .ocx file. when i opened with dependency walker it shows it depends on MFC90.dll and MSCVR90.dll. it is there in amd64_mfc and amd64_crt folder.
MFC90.dll depends on MSVCR90.dll and it shows it is not found even though it is there in amd64_crt folder.
Meanwhile i installed VC++ redis package it has mfc90.dll and mscvr90.dll in VC/redist foler.
Should i want to use this files for linking or what?