Visual Studio 6:如何更改工作区文件名?
使用VC++6 sp6时,如何更改工作区文件名?
工作区目录包含三个主要文件,具有以下文件扩展名。当我尝试更改文件名同时保留相应的文件扩展名时,当我尝试重新编译该工作区中包含的项目时,我收到一大堆错误和警告。但是在更改文件名之前,没有错误。
- .dsw
- .ncb
- .opt
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否还重命名了 .dsw 中的名称,以便它将指向正确的文件?
Did you also rename the name within the .dsw so it will point to the right file(s)?