Thread: Changing Workspace Names

  1. #1
    TechNeck
    Guest

    Changing Workspace Names

    How can i change the name of my workspace(At least i think it's called that. It's the thing you load up when you click on a .dsw file. Maybe it's called a project...) in VC++? Changing the name of the .dsw and .dsp files doesn't work.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    22
    Don't try to change the name of the entire workspace... Open the .cpp file, copy the contents (make sure you get the #include statements), then open a new workspace and paste the .cpp file from the old workspace into the new workspace.
    <^>( * ; * )<^>

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. reading folder names..how is it done ?
    By roalme00 in forum C++ Programming
    Replies: 8
    Last Post: 01-11-2008, 10:34 AM
  2. Changing file names
    By the bassinvader in forum C Programming
    Replies: 2
    Last Post: 12-14-2006, 02:32 PM
  3. changing file names
    By majoub in forum C Programming
    Replies: 9
    Last Post: 03-09-2005, 04:31 PM
  4. Daemon problem
    By gandalf_bar in forum Linux Programming
    Replies: 3
    Last Post: 07-20-2004, 06:23 AM
  5. Changing Names
    By sean in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-26-2002, 10:00 PM