背景和头像缺失

This commit is contained in:
2026-03-01 13:48:24 +08:00
parent 9ae4e8e614
commit eaaf7f8c9b
554 changed files with 1871 additions and 1718 deletions

View File

@@ -1,38 +1,9 @@
生成启动时间为 2020-04-04 20:06:28
1>项目“H:\git\wnmj\wnmj\Servers\服务器组件\私人场服务\GamePrivateServer.vcxproj”在节点 4 上(Rebuild 个目标)。
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _AFXEXT /D PRIVATE_SERVICE_DLL /D _WINDLL /D _MBCS /D _AFXDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp"Release\PrivateService.pch" /Fo"Release\\" /Fd"Release\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt Stdafx.cpp
Stdafx.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\afx.h(33) : 参见“MBCS_Support_Deprecated_In_MFC”的声明
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _AFXEXT /D PRIVATE_SERVICE_DLL /D _WINDLL /D _MBCS /D _AFXDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Release\PrivateService.pch" /Fo"Release\\" /Fd"Release\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt GamePrivateServer.cpp PrivateGame.cpp PrivateServiceManager.cpp PrivateTableInfo.cpp CTableFramePrivate.cpp
GamePrivateServer.cpp
PrivateGame.cpp
1>PrivateGame.cpp(267): warning C4018: “<”: 有符号/无符号不匹配
1>PrivateGame.cpp(271): warning C4244: “初始化”: 从“DWORD”转换到“WORD”可能丢失数据
1>PrivateGame.cpp(2286): warning C4018: “<”: 有符号/无符号不匹配
1>PrivateGame.cpp(2731): warning C4244: “初始化”: 从“double”转换到“LONG”可能丢失数据
PrivateServiceManager.cpp
PrivateTableInfo.cpp
CTableFramePrivate.cpp
正在生成代码...
1>h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\ctableframeprivate.cpp(169): warning C4715: “CTableFramePrivate::OnActionUserOnStart”: 不是所有的控件路径都返回值
1>h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\ctableframeprivate.cpp(178): warning C4715: “CTableFramePrivate::OnActionUserStartGame”: 不是所有的控件路径都返回值
1>h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\privategame.cpp(2589): warning C4715: “PriaveteGame::OnEventPrivateRoomInfo”: 不是所有的控件路径都返回值
ResourceCompile:
C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /D NDEBUG /D _AFXDLL /l"0x0804" /IRelease\ /nologo /fo"Release\GamePrivateServer.res" GamePrivateServer.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../../运行/Release/Ansi/PrivateService.dll" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /manifestinput:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\Include\Manifest\dpiaware.manifest" /DEBUG /PDB:"../../../运行/Release/Ansi/PrivateService.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"../../链接库/Ansi/PrivateService.lib" /MACHINE:X86 /SAFESEH /DLL Release\GamePrivateServer.res
Release\GamePrivateServer.obj
Release\PrivateGame.obj
Release\PrivateServiceManager.obj
Release\PrivateTableInfo.obj
Release\Stdafx.obj
Release\CTableFramePrivate.obj
正在创建库 ../../链接库/Ansi/PrivateService.lib 和对象 ../../链接库/Ansi/PrivateService.exp
GamePrivateServer.vcxproj -> H:\git\wnmj\wnmj\Servers\服务器组件\私人场服务\../../../运行/Release/Ansi/PrivateService.dll
1>已完成生成项目“H:\git\wnmj\wnmj\Servers\服务器组件\私人场服务\GamePrivateServer.vcxproj”(Rebuild 个目标)的操作。
生成启动时间为 2026/2/26 15:23:43
1>项目“D:\Mine\wnmj200419\wnmj\Servers\服务器组件\私人场服务\GamePrivateServer.vcxproj”在节点 2 上(Build 个目标)。
1>Link:
GamePrivateServer.vcxproj -> D:\Mine\wnmj200419\wnmj\Servers\服务器组件\私人场服务\../../../运行/Release/Ansi/PrivateService.dll
1>已完成生成项目“D:\Mine\wnmj200419\wnmj\Servers\服务器组件\私人场服务\GamePrivateServer.vcxproj”(Build 个目标)的操作。
生成成功。
已用时间 00:00:05.51
已用时间 00:00:00.02

View File

@@ -1,9 +1,9 @@
// Created by Microsoft (R) C/C++ Compiler Version 12.00.21005.1 (ca36013b).
// Created by Microsoft (R) C/C++ Compiler Version 12.00.21005.1 (40b32ef9).
//
// h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\release\msado15.tlh
// d:\mine\wnmj200419\wnmj\servers\服务器组件\私人场服务\release\msado15.tlh
//
// C++ source equivalent of Win32 type library MSADO15.DLL
// compiler-generated file created 04/04/20 at 20:06:30 - DO NOT EDIT!
// compiler-generated file created 02/26/26 at 15:23:34 - DO NOT EDIT!
#pragma once
#pragma pack(push, 8)
@@ -3133,7 +3133,7 @@ _Record : _ADO
// Wrapper method implementations
//
#include "h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\release\msado15.tli"
#include "d:\mine\wnmj200419\wnmj\servers\服务器组件\私人场服务\release\msado15.tli"
} // namespace ADOCG

View File

@@ -1,9 +1,9 @@
// Created by Microsoft (R) C/C++ Compiler Version 12.00.21005.1 (ca36013b).
// Created by Microsoft (R) C/C++ Compiler Version 12.00.21005.1 (40b32ef9).
//
// h:\git\wnmj\wnmj\servers\服务器组件\私人场服务\release\msado15.tli
// d:\mine\wnmj200419\wnmj\servers\服务器组件\私人场服务\release\msado15.tli
//
// Wrapper implementations for Win32 type library MSADO15.DLL
// compiler-generated file created 04/04/20 at 20:06:30 - DO NOT EDIT!
// compiler-generated file created 02/26/26 at 15:23:34 - DO NOT EDIT!
#pragma once

View File

@@ -1,2 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
Release|Win32|H:\git\wnmj\wnmj\Servers\|
Release|Win32|D:\Mine\wnmj200419\wnmj\Servers\|