Search found 8 matches

by chrisg
Tue Jan 09 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

Yes, our executable means a program we wrote.

Turning off UAC did the trick. So between that and the "run as administrator" option, I think we have enough to work with to figure out the best way for us to proceed.
by chrisg
Thu Jan 04 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

The computer in question is connected to a network. The login I am using has Administrator rights to the machine and the network. However when I run our executable (we are using the Document Converter 2.51 developer edition), I get the stated error. If I then right click on the executable, there is ...
by chrisg
Wed Jan 03 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Lock( ) and SetDocFileProps( ) ignore NoPrompt option?
Replies: 1
Views: 5128

My changing some of my code around, this problem has gone away. I can't say what changes fix it, however.
by chrisg
Tue Jan 02 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Lock( ) and SetDocFileProps( ) ignore NoPrompt option?
Replies: 1
Views: 5128

Lock( ) and SetDocFileProps( ) ignore NoPrompt option?

I must be missing something. Here's my code snippet: ----------- Lock( Driver, lockfilename ); SetDocFileProps( Driver, lockfilename, 0x01| 0x02 | 0x010 | 0x400000, Directory, FileName ); EnablePrinter( Driver, company, licensekey ); ----------- If I add calls to SetDefaultFileName( ) and SetFileNam...
by chrisg
Thu Dec 28 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

I have now tried this with the full version 2.51 and the same problem exists. Again, running as administrator via right-clicking on the EXE works. Running the exe directly does not even though the user is an administrator.
by chrisg
Wed Dec 27 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

I should also add that the error message comes up BEFORE the DEMO dialog box.
by chrisg
Wed Dec 27 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

I can't say specifically. However, I can say that the printer initializes OK and the call to EnablePrinter is OK as well. In fact, it comes after the second call to EnablePrinter which is right before the print starts. We have a dialog on our screen that says that it is printing page 1. The printer ...
by chrisg
Wed Dec 27 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -20 with Windows Vista
Replies: 12
Views: 52696

Printer not activated, error code -20 with Windows Vista

I am testing the latest version of the PDF printer driver (developer version - demo) on Windows Vista. I am getting error code -20 when I am logged in as an administrator user. The printer is getting installed (I can see it in the list of installed printers). The unique thing here is that if I then ...