CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2010
    Posts
    53

    How to get StackFrame at compile time from PDB file

    Hello,

    I need to get stack frame of function from any pdb. I got function name and address of certain function, now I need to know all parameters(in/out) of that function from pdb file. Is there any way..??

    Infact i need reflection phenomena, I need to get parameters(in/out) of any function at compile time. I am talking about UNMANAGED C++. Is there any reflection API available for this?

    Regards
    Usma
    Last edited by glitteringsound; March 31st, 2010 at 01:48 AM.

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: How to get StackFrame at compile time from PDB file


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured