Search found 4 matches

by reluscorp
Mon Apr 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: DriverInit problems in Developer Version
Replies: 1
Views: 5698

DriverInit problems in Developer Version

Hello, I upgraded to PDF Converter Version 2.10b (Developer) and I follow all the steps from Common Driver Interface 2.10 but when I try to use the DriverInit method, this fails and I get no error. Dim printer As New CDIntfEx.CDIntfEx Dim hPrinter As Long hPrinter = printer.DriverInit("Consolid...
by reluscorp
Wed Jan 22 2003
Forum: Visual Basic Community
Topic: [Solved] PDFDriverInit problem
Replies: 4
Views: 12306

Thank you very much, this may be the reason, I didn't have those files in the application folder, sorry to bother you with problem. I choose the first variant with DriverInit, in this way I will not have problems if I don't use the administrator account.

Regards,
Aurelian Georgescu
by reluscorp
Mon Jan 20 2003
Forum: Visual Basic Community
Topic: [Solved] PDFDriverInit problem
Replies: 4
Views: 12306

Thank you for your reply, I'am using using Windows 2000, and I'm running on an administrator account, I've tried to call the PDFDriverInit function in OnLoad event for the main form but no success. Using DriverInit with "Amyuni PDF Converter" works fine. I will use the second option, to in...
by reluscorp
Fri Jan 17 2003
Forum: Visual Basic Community
Topic: [Solved] PDFDriverInit problem
Replies: 4
Views: 12306

[Solved] PDFDriverInit problem

Hello all, I'm trying to print a word document and I use the PDFDriverInit with a printer name that doesn't exists on my system, but the init function doesn't create this printer and I get this error message: Run-time error '1797': PDFDriverInit failed Bellow is the code I used to initialize the pri...