Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Problem with Packages

edited September 2002 in General
We build a application where have one main program (EXE) and call Packages.
When compile the Packages it showed this message:

[Fatal Error] uGlobMod.pas(12): Unit raCodMod was compiled with a different
version of ppTmplat.TppCustomTemplate.GetDescription

Comments

  • edited September 2002
    The RB source files which are being linked in have a different interface
    section in them than the ones which were used to build the RAP dcus. You
    are either using a different version of RB source form a previous
    installation or you are using modified RB source files. Check your library
    path and be sure it points to the RBuilder\Lib directory and not the
    RBuilder\Source directory.

    Are you using an older version of RB and have source patches applied?
    Upgrade to the latest version (contact info@digital-metaphors.com) if you
    are using patches to an old version. Some patches required an interface
    section change an thus can't be used when RAP is included in your build.


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    Dear Jim,

    We receive from Digital Metaphors the follow program:

    - rbdb66.bpl
    - ppDbPipe.Pas
    - ppTypes.pas

    What can do to correct this problem?

    Please, is very urgent

    Thank?s



  • edited September 2002
    You are using RB 6 for Delphi 6. Please upgrade to RB 7 for Delphi 6 if you
    need the fixes which were in these patches.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.