LoadPackage error with madStackTrace

contains all delphi packages mentioned below
Post Reply
kewinbrand
Posts: 4
Joined: Mon Jul 30, 2018 4:49 pm

LoadPackage error with madStackTrace

Post by kewinbrand »

Hey,

I upgraded to Delphi Rio and one of my programs cannot load a BPL that references madStackTrace. If I comment out the code that uses it everything is ok.
Not sure how I can track down what dependency it's missing.

Thank you
Attachments
dbg.png
dbg.png (4.94 KiB) Viewed 8291 times
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: LoadPackage error with madStackTrace

Post by madshi »

What happens if you create a nearly empty new test project? Can you reproduce the same issue there?
kewinbrand
Posts: 4
Joined: Mon Jul 30, 2018 4:49 pm

Re: LoadPackage error with madStackTrace

Post by kewinbrand »

Hi,

The same problem occurs. I attached an example.
Attachments
testmadexcept.zip
(11.45 KiB) Downloaded 318 times
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: LoadPackage error with madStackTrace

Post by madshi »

Is it possible that your application simply can't find the madExcept_.bpl? Or maybe it's finding one for an older Delphi version? Have you copied the madExcept_.bpl file to your application folder, or set a PATH? You'll also need madBasic_.bpl and madDisAsm_.bpl.
Post Reply