Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 8 and Version 9 of Installation

Show
Ignore:
Author:
sagitario (IP: 217.232.4.223)
Timestamp:
06/04/10 07:18:24 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v8 v9  
    22 
    33For this program to be useful, you should have the [http://www.digitalmars.com/d/2.0/dmd-windows.html Digital Mars D Compiler] and either Microsoft Visual 
    4 Studio 2005 or 2008 or one of the free [http://www.microsoft.com/express/vc Express] versions installed. cv2pdb  
     4Studio 2005, 2008 or 2010 or one of the free [http://www.microsoft.com/express/vc Express] versions installed. cv2pdb  
    55uses one of the Microsoft DLLs to actually write the PDB file. 
    66 
    7 If you are using some other program (or maybe VS2010), you'll still need some files from one of the distributions. These are mspdb80.dll, mspdbsrv.exe, msobj80.dll, mspdbcore.dll and msvcr90.dll. They should be accessible through the PATH environment variable. 
     7If you are using some other program, you'll still need some 
     8files from one of the distributions. These are mspdb80.dll, mspdbsrv.exe,  
     9msobj80.dll, mspdbcore.dll and msvcr90.dll from the VS2008 installation or 
     10mspdb100.dll, mspdbsrv.exe, msobj100.dll, mspdbcore.dll and msvcr100.dll 
     11from VS2010. They should be accessible through the PATH environment variable. 
     12(The VS Shell is missing the msobj80.dll/msobj100.dll only).  
    813 
    914== Installation == 
    1015 
    11 Sorry, there is no full featured installer available yet, you'll have 
     16You might want to consider installing [http://www.dsource.org/project/visuald Visual D] 
     17instead of cv2pdb. Visual D provides both project and language integration 
     18into Visual Studio and comes with an installer that includes cv2pdb. 
     19 
     20There is no full featured installer available for cv2pdb, you'll have 
    1221to do some simple manual steps to use cv2pdb. 
    1322 
    1625variable. 
    1726 
    18 2. cv2pdb.exe must be able to locate the DLL mspdb80.dll from the Visual 
     272. cv2pdb.exe must be able to locate the DLL mspdb80.dll/mspdb100.dll from the Visual 
    1928Studio installation. It tries to read the installation path of the latter from the registry, but 
    20 if this fails, mspdb80.dll should also be accessible through your PATH  
     29if this fails, mspdb80.dll/mspdb100.dll should also be accessible through your PATH  
    2130environment variable. 
    2231 
    2938variables in the "Auto" watch window. 
    3039 
    31 4. You should also add the contents of the file autoexp.snippet to the  
    32 [!AutoExpand] and [Visualizer] sections of the file autoexp.dat found in  
     404. You should also add the contents of the files autoexp.expand and autoexp.visualizer to the  
     41respective [!AutoExpand] and [Visualizer] sections of the file autoexp.dat found in  
    3342<Visual Studio Installation Path>\Common7\Packages\Debugger. 
    3443Please note that in a standard installation of Visual Studio, the