Dear masters,
I'm done with my 264 decoder ActiveX component, i.e. OCX, built on top of intel media SDK.Now, I need to distribute it and its dependency to other's PCs(win7) to support their application . So, I made the installation package where libmfxsw32.dll,libmfxsw64.dll and libmfxhw32.dll are all included. After running setup, I was sure that all those files were put into the specified folder of their PC. But, when their application is launched, through the my ocx's log, I saw the Mfx session failed to be initialized. The code snippet is,
sts = m_mfxSession.Init(MFX_IMPL_SOFTWARE, &min_version);
and the value of sts was '-9'.
Is there anything missing in my installation pacckage?
BTW,after I installed the intel media sdk totally, everything is OK.