生成日志
  

生成 已启动: 项目: Client,配置: Release|Win32

命令行
  
Client : warning PRJ0041 : 未找到缺少的依赖项“XTToolkitPro.rc”(属于文件“Client.rc”)。您的项目仍然可以生成,但是在找到此文件之前,它可能会一直显示为已过期。

正在创建临时文件“c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000191725308.rsp”,其内容为
[
/O2 /Ob1 /I "Include" /I "..\common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/Client.pch" /Fo".\Release/" /Fd".\Release/" /Fr".\Release/" /c /TP  /Zm1000 

.\Include\XvidDec.cpp

.\WebCamDlg.cpp

.\TextChatDlg.cpp

.\SystemDlg.cpp

.\Include\SoundToWav.cpp

.\Include\ShowWave.cpp

.\ShellDlg.cpp

.\Include\SEU_QQwry.cpp

.\SettingDlg.cpp

.\SetColor.cpp

.\ServiceInfoDlg.cpp

.\ServiceDlg.cpp

.\ScreenSpyDlg.cpp

.\RegeditTextDlg.cpp

.\RegeditDlg.cpp

.\ProxyMapDlg.cpp

.\PrankDlg.cpp

.\PcView.cpp

.\OpenProxy.cpp

.\MsgBoxDlg.cpp

.\MainFrm.cpp

.\LogView.cpp

.\LocalUpload.cpp

.\KeyBoardDlg.cpp

.\Include\IOCPServer.cpp

.\Include\InputDlg.cpp

.\Include\IniFile.cpp

.\FileTransferModeDlg.cpp

.\FileManagerDlg.cpp

.\ClientView.cpp

.\ClientDoc.cpp

.\Client.cpp

.\ChangeGroupDlg.cpp

.\BuildDlg.cpp

.\Include\Buffer.cpp

.\Include\BmpToAvi.cpp

.\AudioDlg.cpp

..\common\Audio.cpp
]
正在创建命令行“cl.exe @c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000191725308.rsp /nologo /errorReport:prompt”
正在创建临时文件“c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000291725308.rsp”,其内容为
[
/O2 /Ob1 /I "Include" /I "..\common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Yc"stdafx.h" /Fp".\Release/Client.pch" /Fo".\Release/" /Fd".\Release/" /Fr".\Release/" /c /TP  /Zm1000 

.\StdAfx.cpp
]
正在创建命令行“cl.exe @c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000291725308.rsp /nologo /errorReport:prompt”
正在创建临时文件“c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000391725308.rsp”,其内容为
[
/o ".\Release/Client.bsc"

.\Release\AudioDlg.sbr

.\Release\BmpToAvi.sbr

.\Release\Buffer.sbr

.\Release\BuildDlg.sbr

.\Release\ChangeGroupDlg.sbr

.\Release\Client.sbr

.\Release\ClientDoc.sbr

.\Release\ClientView.sbr

.\Release\FileManagerDlg.sbr

.\Release\FileTransferModeDlg.sbr

.\Release\IniFile.sbr

.\Release\InputDlg.sbr

.\Release\IOCPServer.sbr

.\Release\KeyBoardDlg.sbr

.\Release\LocalUpload.sbr

.\Release\LogView.sbr

.\Release\MainFrm.sbr

.\Release\MsgBoxDlg.sbr

.\Release\OpenProxy.sbr

.\Release\PcView.sbr

.\Release\PrankDlg.sbr

.\Release\ProxyMapDlg.sbr

.\Release\RegeditDlg.sbr

.\Release\RegeditTextDlg.sbr

.\Release\ScreenSpyDlg.sbr

.\Release\ServiceDlg.sbr

.\Release\ServiceInfoDlg.sbr

.\Release\SetColor.sbr

.\Release\SettingDlg.sbr

.\Release\SEU_QQwry.sbr

.\Release\ShellDlg.sbr

.\Release\ShowWave.sbr

.\Release\SoundToWav.sbr

.\Release\StdAfx.sbr

.\Release\SystemDlg.sbr

.\Release\TextChatDlg.sbr

.\Release\WebCamDlg.sbr

.\Release\XvidDec.sbr

.\Release\Audio.sbr
]
正在创建命令行“bscmake.exe @c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\RSP00000391725308.rsp /nologo”
输出窗口
  
正在编译...
cl : Command line warning D9035 : option 'Fr' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'FR' instead of 'Fr'
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
正在编译...
cl : Command line warning D9035 : option 'Fr' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'FR' instead of 'Fr'
XvidDec.cpp
WebCamDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\WebCamDlg.cpp(217) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
TextChatDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\TextChatDlg.cpp(77) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\TextChatDlg.cpp(78) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\TextChatDlg.cpp(79) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\TextChatDlg.cpp(134) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\TextChatDlg.cpp(135) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\TextChatDlg.cpp(136) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
SystemDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
Include\C_termsrv_t.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\SystemDlg.cpp(317) : error C2065: 'i' : undeclared identifier
SoundToWav.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\Include\SoundToWav.cpp(9) : fatal error C1083: Cannot open include file: 'AVIRIFF.H': No such file or directory
ShowWave.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
ShellDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
SEU_QQwry.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
SettingDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
SetColor.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
ServiceInfoDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
ServiceDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\ServiceDlg.cpp(70) : error C2440: 'static_cast' : cannot convert from 'void (__thiscall CServiceDlg::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'
        None of the functions with this name in scope match the target type
.\ServiceDlg.cpp(239) : error C2065: 'i' : undeclared identifier
ScreenSpyDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
..\common\CursorInfo.h(72) : error C2065: 'i' : undeclared identifier
RegeditTextDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
RegeditDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\RegeditDlg.cpp(311) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\RegeditDlg.cpp(344) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\RegeditDlg.cpp(404) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\RegeditDlg.cpp(415) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ProxyMapDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
PrankDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_PRANK.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
PcView.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\PcView.cpp(1198) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\PcView.cpp(1199) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_PROXY.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
OpenProxy.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
MsgBoxDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
Generating Code...
Compiling...
MainFrm.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
..\common\CursorInfo.h(72) : error C2065: 'i' : undeclared identifier
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_FILE.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_SHELL.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_SCREEN.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_VIDEO.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_LISTEN.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_SYSTEM.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_KEYLOG.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_SERVICE.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_REGEDIT.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_CHAT.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\administrator\desktop\888\111111111111111\client\..\DLL\Plugins\C_PROXYMAP.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
LogView.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\LogView.cpp(285) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\LogView.cpp(326) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
LocalUpload.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\LocalUpload.cpp(109) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
KeyBoardDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
IOCPServer.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
InputDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\Include\InputDlg.cpp(124) : warning C4996: 'wcscpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
        Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\Include\InputDlg.cpp(139) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(140) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(141) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(142) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(143) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Include\InputDlg.cpp(145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
IniFile.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\Include\IniFile.cpp(34) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
FileTransferModeDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
FileManagerDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\FileManagerDlg.cpp(157) : error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFileManagerDlg::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'
        None of the functions with this name in scope match the target type
.\FileManagerDlg.cpp(158) : error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFileManagerDlg::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'
        None of the functions with this name in scope match the target type
.\FileManagerDlg.cpp(1917) : error C2065: 'i' : undeclared identifier
ClientView.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
ClientDoc.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
Client.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\Client.cpp(136) : warning C4996: 'CWinApp::Enable3dControlsStatic' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin.h(4474) : see declaration of 'CWinApp::Enable3dControlsStatic'
        Message: 'CWinApp::Enable3dControlsStatic is no longer needed. You should remove this call.'
ChangeGroupDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
BuildDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
.\BuildDlg.cpp(483) : error C2065: 'i' : undeclared identifier
Buffer.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
BmpToAvi.cpp
AudioDlg.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Automatically linking with ToolkitPro1501vc80S.lib
Audio.cpp
c:\users\administrator\desktop\888\111111111111111\common\va_g729a.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
..\common\Audio.cpp(328) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\Audio.cpp(329) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\Audio.cpp(375) : error C2065: 'i' : undeclared identifier
..\common\Audio.cpp(377) : error C2227: left of '->lpData' must point to class/struct/union/generic type
..\common\Audio.cpp(378) : error C2227: left of '->dwBufferLength' must point to class/struct/union/generic type
..\common\Audio.cpp(379) : error C2227: left of '->dwFlags' must point to class/struct/union/generic type
..\common\Audio.cpp(380) : error C2227: left of '->dwLoops' must point to class/struct/union/generic type
Generating Code...
c:\users\administrator\desktop\888\111111111111111\client\client.cpp(71) : warning C4715: 'CClientApp::GetRand' : not all control paths return a value
正在创建浏览信息文件...
Microsoft ?????????? Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : : No such file or directory
结果
  
生成日志保存在“file://c:\Users\Administrator\Desktop\888\111111111111111\Client\Release\BuildLog.htm”
Client - 37 个错误,27 个警告