error message - Class definition CDINTF.CDINTF is not found.

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
qprint1
Posts: 1
Joined: Mon Oct 13 2003

error message - Class definition CDINTF.CDINTF is not found.

Post by qprint1 »

I am getting the following error message when printing to PDF

Class definition CDINTF.CDINTF is not found.

Also what files do I need to include when distributing a project
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

The files you need to distribute while using the PDF Converter depends on the version of the Converter you have and the operating system on which you are deploying your application. You may check the Developers' manual "Common Driver Interface.pdf" for more information about this issue.

If you are using version 1.x or 2.0x of the PDF Converter than please check that CDintf is registered in your system directory using Regsvr32.

If you are using version 2.10 of the PDF Converter than please use CDintfEx instead of CDintf in your code.

You will find a VFP technical note at: http://www.amyuni.com/en/support/technotes.html

Hope this helps.
Post Reply