Re: Parsing Microsoft Debug Symbol Tables...



Mel wrote:
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

The right direction is a Microsoft group, here we don't know what format is used on Windows for storing such things in a symbol table.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
.




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)