Board index » cppbuilder » CallStack

CallStack


2007-12-13 12:35:29 AM
cppbuilder26
Hi,
I've read some articles on internet about how to get the callstack
frames as the deb{*word*81} does (i.e:
www.codeproject.com/KB/tips/stackdumper.aspx)
Once I have the logical address, I'd need tranlate it to compare with
the map file addresses, however, I don't know how.
Any idea? Matilla.
 
 

Re:CallStack

"Aitor Matilla" < XXXX@XXXXX.COM >wrote in message
Quote
Hi,
I've read some articles on internet about how to get the callstack frames
as the deb{*word*81} does (i.e:
www.codeproject.com/KB/tips/stackdumper.aspx)

Once I have the logical address, I'd need tranlate it to compare with the
map file addresses, however, I don't know how.
Save yourself the effort and the headaches and get madExcept (or the full
madCollection). It will give you stack trace information (and a lot of
other useful low-level utilities).
www.madshi.net
- Dennis
 

Re:CallStack

Hi,
Unfortunately MadExcpet does not let me save my projects within BCB2007!
Regards,
SZ
"Dennis Jones" < XXXX@XXXXX.COM >, iletisinde žunu yazd?
Quote

"Aitor Matilla" < XXXX@XXXXX.COM >wrote in message
news: XXXX@XXXXX.COM ...
>Hi,
>I've read some articles on internet about how to get the callstack frames
>as the deb{*word*81} does (i.e:
>www.codeproject.com/KB/tips/stackdumper.aspx)
>
>Once I have the logical address, I'd need tranlate it to compare with the
>map file addresses, however, I don't know how.

Save yourself the effort and the headaches and get madExcept (or the full
madCollection). It will give you stack trace information (and a lot of
other useful low-level utilities).

www.madshi.net

- Dennis

 

{smallsort}

Re:CallStack

"SubZero" < XXXX@XXXXX.COM >wrote in message
Quote
Hi,

Unfortunately MadExcpet does not let me save my projects within BCB2007!
What do you mean? Have you contacted Mathias at madshi.net about that? I'm
sure he will fix it if he knows about it.
However, even if there is a problem with configuring a project with
madExcept, you can still use madExcept like any other library. It is not
necessary to use the madExcept settings dialog (which typically adds pragma
link statements to the primary source file) to enable madExcept
functionality in your applications. You can easily include the .lib/.bpi in
your project and use it that way too.
- Dennis