• I am attempting to print two pages on one piece of paper and I discovered I should use the WPSuperPrint object.

    However, when I run the Demo/Tasks/SuperPrint.exe and try to print I get a ZIMFDRV.DLL access violation error : addr (0000006C).

    I have since downloaded the DLL and put it both executable folder and in System32 (running windows 7) and the error is still the same.

    What am I missing?

    • Offizieller Beitrag

    Hi,

    I don't know this DLL and didn't have this problem before.

    SuperPrint is actually not doing much else then subsequentally call PrintPageOnCanvas on a certain TCanvas object.

    In fact you only need to call this method.

    In WPCtrMemo you find

    function PrintPage(n, xoff, yoff: Integer;
    options: TWPPrintOptions = []): Boolean;

    Please check this code out - it is a good example.

    Julian