Acrobat DC Pro Activex crashes on Close
Hi Guys,
I am new in Acrobat. I am using Acrobat Activex for display of pdf files in my Qt application. It works fine for acrobat XI and earlier but It creates problem in its DC pro version. The problem occurs only in that case when I am trying to close that activex control. It crashes the application on close. My snippet is:
ui->widget->setControl("{CA8A9780-280D-11CF-A24D-444553540000}");
ui->widget->dynamicCall("LoadFile(const QString&)",previewfile);
after this when i try to close that display window, my application crashes.
Thanks
