My first MFC PDF app
Hi all of you. I have downloaded the sample project from the server, and I have compiled with VS2008. I have compiled ActiveView sample project. No errors ... but when I run this app, I got this error:
Failed to create object :<
at CMainFrame::CMainFrame(),
MainAcroApp = new CAcroApp;
COleException e;
if (! MainAcroApp->CreateDispatch("AcroExch.App",&e))
AfxMessageBox("Failed to create object :<");
and MainAcroApp has the following m_lpDispatch value: 0x000000
of course, something went wrong ... but what ? Is there any condition to run these sample projects ? Could you assist me in order to solve this ?
Thank you.
