Home General

missing dclRBE55

edited July 2001 in General
I am writing a DADE package for Report Builder. When I am debugging the
package, I receive an error when starting the debug session of Delphi,
'cannot load dclRBE55'. I don't have this problem at any other time.

Anyone know why this happens? It does not seem to effect my debugging
session in any other way.

Thanks
--
Jim Poe (jpoe@fulcrumit.com)

Comments

  • edited August 2001

    To debug a DADE plug-in, just add the .pas unit to your Delphi end-user
    project and then use the end-user designer to debug at run-time. For the
    plug-ins we've developed, debugging at Delphi design-time was not
    required at all.

    I have done some debuggin at Delphi design-time, but have not
    encountered this error. dclRBE55.bpl should be in RBuilder\Lib.





    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited August 2001
    Nard,

    I am new to this. Are you saying that if it works at run-time, it will work
    at design-time?

    Thanks


    --
    Jim Poe (jpoe@fulcrumit.com)

  • edited August 2001

    For the DADE Plug-ins, that has been my experience. In any case, its
    always easier to debug in run-time and get it working. Then test at
    Delphi design-time. :-}



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.