CDintf.DLL registering only versioned classes

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
AccountView
Posts: 11
Joined: Mon Sep 20 2004

CDintf.DLL registering only versioned classes

Post by AccountView »

Hi,

When installing version 4 of PDF converter, I noticed that the ActiveX component in CDIntf.Dll only registered .4 classes, no default classes.

Only following progid's were registered.
CDIntfEx.CDIntfEx.4
CDIntfEx.Document.4

Is that intentional?
DLL version is 4.0.0.2

Regards,
Timo
frentzel
Posts: 9
Joined: Tue May 12 2009

Re: CDintf.DLL registering only versioned classes

Post by frentzel »

In the Developer Documentation you can find the reason: http://www.amyuni.com/WebHelp/Merged_CD ... erface.htm:
As of version 4, the ProgIds of the ActiveX controls have been changed to include the version number. This format avoids conflicts with previous versions.
For version 3, a developer using a scripting language would use: "CDIntfEx.CDIntfEx" or "CDIntfEx.Document"
For version 4, the ProgIds have been changed to: "CDIntfEx.CDIntfEx.4" and "CDIntfEx.Document.4".
AccountView
Posts: 11
Joined: Mon Sep 20 2004

Re: CDintf.DLL registering only versioned classes

Post by AccountView »

Yes, thanks. I missed that.
Post Reply