Problem with licensed WPViewPDF V3

  • 1) Can anybody explain where to put licensed key? Or just give me link to manual.

    I seems to have tried every possible combination - anyway I get error message
    WPViewPDF Licensecodes are wrong or missing.

    I sent you screenshots with problem yesterday by e-mail.


    2) In Delphi my code looks like

    function pdfPrint(filename: PChar; password: PChar;
    licname, lickey: PChar; liccode: Cardinal;
    options: PChar): Integer; stdcall;
    external 'wPDFView03.dll' name 'pdfPrint';
    ...
    Caption:=IntToStr(pdfPrint('C:\2010122314357.pdf','','licname','XXXX-CK0X-XXX@-XXXX',14XXXX0,'"PRINTER=\\mow018469\HPMio"'));

    And I get Caption = -2