Re: Parsing Microsoft Debug Symbol Tables...



Flash Gordon wrote:
jacob navia wrote:

Mel a écrit :

i have a need to access variables from outside of my applications. i
need to parse the compiler created symbol tables and store them so that
i can reference them later. these include C++ object handles,
variables, both static and otherwise.

can someone point me in the right direction
thanks

The right direction is to use dbghelp.dll, a dll provided
by microsoft for this purpose.


<snip>

Jacob, could you please also redirect discussion of such non-standard items to a group where they are topical rather than leaving the discussion here.

I just say to him where he should look, I did not further any discussion, but just proposed him how to proceed. .



Relevant Pages

  • Re: Question about GC
    ... >> and that if that transformation is legal for the compiler, ... > In this example, store 2 is a dead store, since its value is never read ... there's a reference during the ... Synchronizer sync; ...
    (comp.lang.java.programmer)
  • Re: Parsing Microsoft Debug Symbol Tables...
    ... need to parse the compiler created symbol tables and store them so that i can reference them later. ...
    (comp.lang.c)
  • Re: Parsing Microsoft Debug Symbol Tables...
    ... need to parse the compiler created symbol tables and store them so that i can reference them later. ... It has all you need to read microsoft debug info, ...
    (comp.lang.c)
  • Re: Parsing Microsoft Debug Symbol Tables...
    ... >> i have a need to access variables from outside of my applications. ... >> need to parse the compiler created symbol tables and store them so that ... being a major part of that - the fact is, that I think a program to parse ...
    (comp.lang.c)
  • Re: Parsing Microsoft Debug Symbol Tables...
    ... jacob navia wrote: ... need to parse the compiler created symbol tables and store them so that i can reference them later. ...
    (comp.lang.c)