Search found 4 matches

by mhermiz
Wed Dec 22 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Wrong argument type on function sendsmtpmail
Replies: 2
Views: 4980

Wrong argument type on function sendsmtpmail

No that is not the problem. I have tried this. I understand what that parameter means. I think there is something deeper here.
Remember it sending the email. The only problem is the error message. After I click ok, it sends it. bizarre!!
Have the arguments changed at all in this dll???
by mhermiz
Mon Dec 20 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Wrong argument type on function sendsmtpmail
Replies: 2
Views: 4980

Wrong argument type on function sendsmtpmail

I get this error only when using this function (sendsmtpmail). The email is sent however is still get the error message below: Specified argument type differs from required argument type at runtime in DLL function sendsmtpmail. (invalid stack pointer on return from function call) at line 35 in funct...
by mhermiz
Fri Nov 12 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Deploying cdinf210.dll with PB9 application
Replies: 2
Views: 4790

Ok,
It turns out that the PDFDriverInit was failing because the logged in user in windows did not have priveledge to add a printer :roll: . Is there a way around this or a way to recognize this and inform the user? GetLastErrorMsg returns empty string.
Any one have any ideas to this?
by mhermiz
Mon Nov 08 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Deploying cdinf210.dll with PB9 application
Replies: 2
Views: 4790

Deploying cdinf210.dll with PB9 application

Hello all, I've been able to setup installing the pdf printer when my application starts and removing when it ends using PDFDriverInit. I created an exe and works great on my machine. However when I try to deploy my exe to another machine (so far a win2k machine) the PDFDriverInit fails. I have the ...