CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Posts
    1,030

    How to run dumbin under VS2010?

    How to set up the environment variable in order to run dumpbin? Thanks.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: How to run dumbin under VS2010?

    There really should be a rule that you have to answer a question for every question you ask at some point. Almost 800 posts, around 270 threads started, and you've given nothing back.

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: How to run dumbin under VS2010?

    Quote Originally Posted by LarryChen View Post
    How to set up the environment variable in order to run dumpbin? Thanks.
    This is called Visual Studio Command Prompt (2010)

    Code:
    %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86
    Best regards,
    Igor

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