Search found 2 matches

by microridge
Wed Dec 28 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter will not print in released version
Replies: 2
Views: 5054

Problem seems to be a timeout

I have the following 2 statements in the program _putenv ("TZ=GMT0"); _tzset (); If I remove _tzset (), everything works OK. If I leave in this statement and set the time zone to Greenwich, England, every thing works OK. It appears the timeout on EnablePrinter is 20 seconds. It also appear...
by microridge
Fri Dec 23 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter will not print in released version
Replies: 2
Views: 5054

PDF Converter will not print in released version

The PDF Converter works great with the debug version of our application. However, I get the error 30 message with the released version. Using Visual C++ ver 6. The lib and header files are dated 1-26-05 and 6-9-05. The cdiintf250.dll is version 2.5.0.6. The response from EnablePrinter is TRUE. If I ...