Home RAP

Entry Point Not Found

edited February 2003 in RAP
Delphi 5.01
Report Builder 7.1

All,

My application is built using packages. I have just tried to add a pass
through function to one of my runtime packages.

When I now run my application I get the following error:

The procedure entry point
@Rafunc@TraSystemFunction@ExecuteFunction$qqrp19Pprtti@TraParamList could
not be located in the dynamic link library rbRAP75.bpl.

In my experience, this normally occurs when my BPL file doesn't match by DCP
file. However, a quick scan of my HD shows only one copy of each file both
dated 3-Jan-2003 07:01. I am at a loss as to how to fix this. What am I
missing?

Regards,

Paul.

Comments

  • edited February 2003
    Scratch this one.

    After a hard search, I found that becuase of using class complete when
    writing my new class, Delphi had inserted an "inherited" in the overriden
    procedure ExecuteFunction. When i removed this, everything was ok.

    Regards,

    Paul.

This discussion has been closed.