HOWTO: Insert Multiple Projects into a Workspace in VC 5.0

Last reviewed: December 1, 1997
Article ID: Q177432
The information in this article applies to:
  • The development environment included with:

        - Microsoft Visual C++, 32-bit Edition, version 5.0
    

SUMMARY

This article describes how to insert multiple projects into a single workspace in Microsoft Visual C++ version 5.0.

MORE INFORMATION

To insert a single project into a workspace, from the Project menu, select "Insert Project into Workspace". Then select the project you wish to insert into the workspace. This method can be tedious if you have a large number of projects to insert. The following steps can help streamline this process.

  1. Use the Microsoft Windows Explorer to find all files with a .DSP extension. This list contains the entire list of your Visual C++ 5.0 projects. Select a parent folder (this could be the root of a drive) and from the Tools menu, select Find, then "Files or Folders." The Find dialog box with the proper drive and folder selected is displayed. In the "Named" field, type “*.DSP.” Click the "Find Now" button.

  2. Press SHIFT+click and CTRL+click to select the projects you wish to insert.

  3. Drag and drop this list of files into Microsoft Developer Studio. If Developer Studio is minimized, while you are dragging the list, hold the mouse cursor over the button for Developer Studio on the System Tray and wait for Developer Studio to be activated. Then drop the list in Developer Studio.

  4. At this point, you are prompted once for each project if an associated .DSW (workspace) file is found for the .DSP (project) file. If you are prompted whether to open the .DSW file instead of the .DSP file, click OK.
Keywords          : VwbIss
Version           : WINNT:5.0
Platform          : winnt
Issue type        : kbhowto


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 1, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.