End Google Ads 201810 - BS.net 01 --> Hi All,

I am using AcroPDF.PDF control to host pdf document in my MFC application.

m_wnd.CreateControl( _T("AcroPDF.PDF.1"), NULL, WS_CHILD | WS_VISIBLE, rect, this, 0);

When the client machine had AdobeReader 9.0. The Adobe(AcroReader) memory is attached to my application memory.
When the client machine had AdobeReader 8.0. The Adobe(AcroReader) is a seperate process.

How can i make sure that in either cases i make acro reader out of proc.

When i had the adobe inproc to my application i am getting memory related issues. So i want to kee the adobe out of proc.

Any inputs on how we can make it outproc is appreciated.

Thanks,