Question

When using VC++6 sp6, how can I change the workspace file name?

The workspace directory contains three main files with the following file extensions. When I tried changing the filenames while preserving the respective file extension, I get a whole bunch of errors and warnings when I tried to recompile the projects contained in that workspace. Before the change of filename, there are no errors however.

  • .dsw
  • .ncb
  • .opt
Was it helpful?

Solution

Did you also rename the name within the .dsw so it will point to the right file(s)?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top