I have deeveloped an activex component using vs2008. I used MFC to develop it.
I tried to register the component manually using the command
regsvr32 mycontrol.ocx but it throwed an error “Load library” failed. I am sure it is because of dependent dll. I used dependency walker and found out the dlls. now what should i do to make it work.
I compiled the project using MFC as Statically linked and it resolved my problem