
I am using VFP7.0 with version 2.06 of PDF-Converter (Developer Edition) using the fll interface.
After I created ActiveX object in the main program
Pdf = createobject(“CDINTF.CDINTFâ€)
Then I made a call to
Pdf.PDFDriverInit(“My PDFPrinterâ€)
I got an error: “OLE IDispatch exception code 1797 for cdintf: PDFDriverInit failedâ€
I also tried the following and it also failed
Pdf.DriverInit(“My PDFPrinterâ€)
I got an error: “OLE IDispatch exception code 1801 for cdintf: DriverInit failedâ€
What am I doing wrong?
Any help would be appreciated.
Bihn