Re: Embed Adobe Reader
- Posted by mattlewis (admin) Feb 01, 2012
- 1975 views
buzzo said...
Here is the console output..
h:\Euphoria\include\comerr.ew:53 in procedure print_com_error() type_check failure, out is 1 ... called from H:\Euphoria\AcroPDF.ew:229 in function pdf_LoadFile()
Have you modified AcroPDF.ew? I don't see a call to print_com_error() anywhere in that file. You probably don't want to make any calls to that procedure unless you're doing some lower level COM calls. It should be called automatically by EuCOM when it gets a non-success return from a call.
Perhaps this was meant to be a call to com_err_out()?
Matt