Installation problem wPDF2, Quickreports Pro 4.06

  • Delphi 7 PRO
    Quickreports PRO 4.06
    wPDF2 - latest version

    I am trying to install the registered verson of wPDF2 into Delphi 7.
    I set up a library path to the D7 folder where wPDF2 was installed
    I then opened \packages\wPDF2.dpk. and then click on Compile
    I then clicked on Install
    I get the error message

    Can not load package qrpt70. It contains unit QREnvEd which is also contained in QR4RunD7.


    I have tried un-installing Quickreports, and reinstalling.
    I have no problems with Quckreports.

    Any help would be appreciated

    Colin Smith

    • Offizieller Beitrag

    Hi,

    The problems you see is typical for a multi product installation and has nothing to do with either of the products.

    You will need to edit the package to work with the QR version you are using if you want to install the package (which is not necessary).

    You need to add the QR runtime package to the wPDF package (under required). This is necessary because they share units.

    Alternativery you can deactivate the QR support by removing the QR unit from the wPDF package included files.

    Then create the PDF export in code as the documenation describes under 'link with other products'. I usually do it this way.

    Julian Ziersch