Amyuni converter for dummies:

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
FARM
Posts: 2
Joined: Thu Nov 24 2005

Amyuni converter for dummies:

Post by FARM »

I upgraded Amyuni PDF converter from 2.0 to 2.5. I think I uninstalled all previous PDF converters and installed 2.5. I changed the external dll calls from ctintf.dll to ctintf250.dll.

Lets start with the first problem:

The code of the program at initalisation is:

//------------------------------------------------------------
SetNull(PDFPrinter)
PDFPrinter = DriverInit(PDFPrinterNaam)

IF IsNull(PDFPrinter) OR PDFPrinter <= 0 THEN
PDFPrinter = PDFDriverInit(PDFPRINTERNAAM)

IF PDFPrinter = 0 THEN
GetLastErrorMsg(ls_error, ll_error)
MessageBox('HALLO', ls_error)
END IF
END IF
//--------------------------------------------------------------

1. It works when the printer is create with install and renamed to our printer name. When I then delete the printer and start our program again, it works fine the first time. After this it does not work anymore and I get the message "Unknow printer driver program (or software)". I have to translate it from Dutch.

When I use install again go to 1

How can I solve receiving this message?
FARM
Posts: 2
Joined: Thu Nov 24 2005

Post by FARM »

If I copy all the files from the program directory to the directory where cdintf.dll (cdintf250.dll) is located everything works fine.

Should I rename cdintf.dll FARMcdintf.dll and then register it in our applications main directory?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

If you are using the DLL interface of CDIntf, you need to store CDIntf in the same directory as your application
Post Reply