Upgraded to Release 2.10f, now application

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
Scott
Posts: 1
Joined: Wed Nov 19 2003

Upgraded to Release 2.10f, now application

Post by Scott »

Good afternoon.

Went from Release 2.06 to 2.10f, swapped the distributable files, launched using INSTALL.EXE "name", which renamed the CDINTF.dll to CDINFT210.DLL and put it into the system directory. Updated code to load the new dll with;
hRet = LoadLibrary(_T("cdintf210.DLL"));

Attempting to use the new print device receive error;

"Could not start print job."

What am I missing?

Any advice is greatly appreciated!
-Scott
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Using version 2.10 you will need to call EnablePrinter right after initializing the printer and right before each printout.

You will find information about this issue in "Common Driver Interface 210.pdf"

Hope this helps.
Post Reply