Visual FoxPro - Using the Acitve X Interface

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
abdulla
Posts: 5
Joined: Fri Aug 08 2003
Location: INDIA

Visual FoxPro - Using the Acitve X Interface

Post by abdulla »

I am using VFP8.0 with version 2.10d of PDF-Converter (Developer Edition)

The main program creates an Active X Object
Pdf = CreateObject( “CDINTFEx.CDINTFEx” )

The question I have is as to whether it is necessary for the Cdintf210.dll should be registered in the end user's system by executing:
REGSVR32 Cdintf210.dll
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Yes, if you are using the ActiveX interface you need to have CDintf210.dll registered in the system directory of the machine on which you want to install your application.

Please feel free to check our VFP technical note from our Support page.

Also you will find information on the distributable files on page 5 of the Developers' manual "Common Driver Interface 210.pdf"

Hope this helps 8)
Post Reply