在安装VC6.0时,系统提示没有DCOM不能创建一个注册。
在VC6.0中打开一个项目的时候,提示:
A corresponding workspace 'F:\vs6.0\study\study.dsw' has been found and will be opened instead of the specified project 'F:\vs6.0\vc\study\study.dsp'.Note:If you wish to create a workspace containing noly the specified project,you can do so by creating a blank workspace with the Workspaces tab on the New dialog and then adding the project to that workspace using Insert Projects into Workspace.
在上面这个错误出现后,我点击确定可以打开这个工程,但是在编译这个工程中的程序时,又提示:
Cannot compile the file 'F:\vs6.0\vc\study\study.h';no compile tool is associated with the file extension.
在出现这个问题后我点击确定,然后执行这个程序,可又出现:
F:\vs6.0\vc\study\Debug\study.exe
this file does not exist.Do you want to build it?
点击确定之后,系统提示不能执行程序。
请各位帮帮忙,小弟急着开发一个用C和C++语言写的程序,现在又遇到这几个问题,真是郁闷啊。