Which files do I need to distribute?

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
dfolk
Posts: 7
Joined: Fri May 23 2003
Location: Annapolis, MD

Which files do I need to distribute?

Post by dfolk »

We are using Version 2.10c of the PDF Converter Professional. We are using the FLL functions from within VFP as opposed to the ActiveX functions. Exactly which files do we need to distribute with our application? Right now, we've just included CDINTF210.DLL and FLLINTF210.FLL (and those files are stored in the main application directory), but our testers are receiving an error on the PDFDriverInit() call and thus can not save any reports in PDF format. Also, when using the FLL functions, does CDINTF210.DLL need to be registered on the end-user's PC?

Thanks for your assistance.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Here is a list of the files you need to include in your application directory:
CDintf.dll
FLLintf.dll (for VFP applications only).
Acfpdf.dll
Acfpdfu.dll
Acfpdfui.dll
Acfpdf.drv
Acfpdf.txt
Install.exe

If you are still facing problems with PDFDriverInit, please let your testers check that they are logging to the their systems as Administrators and not as End Users.
PDFDriverInit will install a printer on the system and under some operating systems mainly Windows NT / 2000 and XP only administrators have the right to install a printer on the system.

Hope this helps.
dfolk
Posts: 7
Joined: Fri May 23 2003
Location: Annapolis, MD

Post by dfolk »

Thanks Joan! That did the trick. :D
Post Reply