dumpbin.exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tamir

    dumpbin.exe

    I cannot find the file dumpbin.exe (I've searched al my
    PC). I have Vusual Studio.NET 2003 installed and works
    fine. Does someone know where can I find and download the
    file, and where it should be in the file system ? I need
    the new version with options like CLRHEADER.

    Thanks
  • Mattias Sjögren

    #2
    Re: dumpbin.exe

    Tamir,
    [color=blue]
    >I have Vusual Studio.NET 2003 installed and works fine.[/color]

    Did you install VC++ with it?

    [color=blue]
    >Does someone know where can I find and download the
    >file[/color]

    I don't think it's available for download.

    [color=blue]
    >and where it should be in the file system ?[/color]

    VS.NET_dir\Vc7\ bin\



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org

    Please reply only to the newsgroup.

    Comment

    • Tamir

      #3
      Re: dumpbin.exe

      Yes, I did installed it with Visual-Studio 6.0. I got the
      file (tje 2003 version) from another PC where I had
      installed Visual Studio .NET 2003.

      Thanks for your help.

      [color=blue]
      >-----Original Message-----
      >Tamir,
      >[color=green]
      >>I have Vusual Studio.NET 2003 installed and works fine.[/color]
      >
      >Did you install VC++ with it?
      >
      >[color=green]
      >>Does someone know where can I find and download the
      >>file[/color]
      >
      >I don't think it's available for download.
      >
      >[color=green]
      >>and where it should be in the file system ?[/color]
      >
      >VS.NET_dir\Vc7 \bin\
      >
      >
      >
      >Mattias
      >
      >--
      >Mattias Sjögren [MVP] mattias @ mvps.org
      >http://www.msjogren.net/dotnet/
      >Please reply only to the newsgroup.
      >.
      >[/color]

      Comment

      • Richard Grimes [MVP]

        #4
        Re: dumpbin.exe

        Dumpbin is just a shim for link.exe (on my machine dumpbin is about 5Kb).
        You get the same effect using link /dump. link.exe is available as part of
        the Platform SDK and this is the best place to get the most up to date
        version.

        Richard
        --
        my email evpuneqt@zicf.b et is encrypted with ROT13 (www.rot13.org)

        Tamir wrote:[color=blue]
        > I cannot find the file dumpbin.exe (I've searched al my
        > PC). I have Vusual Studio.NET 2003 installed and works
        > fine. Does someone know where can I find and download the
        > file, and where it should be in the file system ? I need
        > the new version with options like CLRHEADER.
        >
        > Thanks[/color]


        Comment

        Working...