Dia2dump Sample

The Dia2dump sample is installed with Visual Studio and consists of the Dia2dump.cpp source file. The compiled executable runs from the command line and displays the contents of an entire program database (.pdb) file.

To install the sample

  1. Verify that your system meets all setup requirements described in the Visual Studio Setup start page.

  2. Install Visual Studio and follow all setup and installation instructions for the included samples.

The default install directory is [drive:]\Program Files\VSIP X.x\EnvSDK\DSRefTool (where X.x is the current version number), but you can select an alternate directory for installation.

To build the sample

  1. Open the Dia2dump.dsw file in Visual Studio.

  2. From the Build menu, choose Rebuild.

  3. Close Visual Studio.

To run the sample

  • Open a command prompt and type the following:

    dia2dump <filename>
    

See Also

Reference

Dia2dump.cpp Source File