主题:这些是什么错?
1当我取走Debug下的。exe文件,就发生以下问题
--------------------Configuration: RmToMp3 - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "mfc71d.lib"
执行 link.exe 时出错.
RmToMp3.exe - 1 error(s), 0 warning(s)
2当我把debug下文件全部取走,就发生以下问题,不过还原后就恢复了;如果没有exe文件,就发生1中的错误
--------------------Configuration: RmToMp3 - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
f:\1\microsoft visual studio\vc98\mfc\include\afxv_w32.h(119) : warning C4005: '_WIN32_WINDOWS' : macro redefinition
f:\1\microsoft visual studio\myprojects\rmtomp3\stdafx.h(22) : see previous definition of '_WIN32_WINDOWS'
Compiling...
activemoviecontrol1.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
RmToMp3.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
RmToMp3Dlg.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\1\Microsoft Visual Studio\MyProjects\RmToMp3\RmToMp3Dlg.cpp(286) : warning C4244: '*=' : conversion from 'const double' to 'long', possible loss of data
Generating Code...
执行 cl.exe 时出错.
--------------------Configuration: RmToMp3 - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "mfc71d.lib"
执行 link.exe 时出错.
RmToMp3.exe - 1 error(s), 0 warning(s)
2当我把debug下文件全部取走,就发生以下问题,不过还原后就恢复了;如果没有exe文件,就发生1中的错误
--------------------Configuration: RmToMp3 - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
f:\1\microsoft visual studio\vc98\mfc\include\afxv_w32.h(119) : warning C4005: '_WIN32_WINDOWS' : macro redefinition
f:\1\microsoft visual studio\myprojects\rmtomp3\stdafx.h(22) : see previous definition of '_WIN32_WINDOWS'
Compiling...
activemoviecontrol1.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
RmToMp3.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
RmToMp3Dlg.cpp
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2065: 'VTS_UI4' : undeclared identifier
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(412) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
f:\1\microsoft visual studio\myprojects\rmtomp3\activemoviecontrol1.h(423) : error C2440: 'initializing' : cannot convert from 'int' to 'unsigned char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\1\Microsoft Visual Studio\MyProjects\RmToMp3\RmToMp3Dlg.cpp(286) : warning C4244: '*=' : conversion from 'const double' to 'long', possible loss of data
Generating Code...
执行 cl.exe 时出错.