ptrtoptr.c

  name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-5572165936844014&dt=1194442938015&lmt=1194190197&format=336x280_as&output=html&correlator=1194442937843&url=file%3A%2F%2F%2FC%3A%2FDocuments%2520and%2520Settings%2Flhh1%2F%E6%A1%8C%E9%9D%A2%2FCLanguage.htm&color_bg=FFFFFF&color_text=000000&color_link=000000&color_url=FFFFFF&color_border=FFFFFF&ad_type=text&ga_vid=583001034.1194442938&ga_sid=1194442938&ga_hid=1942779085&flash=9&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=480&u_java=true" frameborder="0" width="336" scrolling="no" height="280" allowtransparency="allowtransparency"> #include <stdio.h>

int what_is_the_value(int ***ptr)
 {
   return(***ptr);
 }

void main(void)
 {
   int *level_1, **level_2, ***level_3, value = 1001;

   level_1 = &value;
   level_2 = &level_1;
   level_3 = &level_2;

   printf("The value is %d/n", what_is_the_value(level_3));
 }

 

严重性 代码 说明 项目 文件 行 禁止显示状态 警告 D9025 正在重写“/W3”(用“/w”) MCUSim E:\J5WrapperTest\control_wrapper_ut\build\cl 1 错误 C2054 在“CONST”之后应输入“(” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h 174 错误 C2085 “LPCVOID”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h 174 错误 C2085 “INT”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h 176 错误 C2085 “UINT”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h 177 错误 C2085 “PUINT”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h 178 错误 C2085 “POINTER_64_INT”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 45 错误 C2082 形参“INT8”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 75 错误 C2085 “PINT8”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 75 错误 C2082 形参“INT16”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 76 错误 C2085 “PINT16”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 76 错误 C2082 形参“INT32”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 77 错误 C2085 “PINT32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 77 错误 C2085 “INT64”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 78 错误 C2085 “PINT64”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 78 错误 C2082 形参“UINT8”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 79 错误 C2085 “PUINT8”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 79 错误 C2082 形参“UINT16”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 80 错误 C2085 “PUINT16”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 80 错误 C2082 形参“UINT32”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 81 错误 C2085 “PUINT32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 81 错误 C2082 形参“UINT64”的重定义 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 82 错误 C2085 “PUINT64”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 82 错误 C2085 “LONG32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 88 错误 C2085 “PLONG32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 88 错误 C2085 “ULONG32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 94 错误 C2085 “PULONG32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 94 错误 C2085 “DWORD32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 95 错误 C2085 “PDWORD32”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 95 错误 C2085 “INT_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 134 错误 C2085 “PINT_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 134 错误 C2085 “UINT_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 135 错误 C2085 “PUINT_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 135 错误 C2085 “LONG_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 137 错误 C2085 “PLONG_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 137 错误 C2085 “ULONG_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 138 错误 C2085 “PULONG_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 138 错误 C2085 “UHALF_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 333 错误 C2085 “PUHALF_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 333 错误 C2085 “HALF_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 334 错误 C2085 “PHALF_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 334 错误 C2085 “SHANDLE_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 335 错误 C2085 “HANDLE_PTR”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 336 错误 C2085 “PtrToPtr64”: 不在形参表中 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 359 错误 C2143 语法错误: 缺少“;”(在“{”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 359 错误 C2065 “ULONG_PTR”: 未声明的标识符 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 369 错误 C2064 项不会计算为接受 337 个参数的函数 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 369 错误 C2143 语法错误: 缺少“)”(在“类型”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 369 错误 C2059 语法错误:“)” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 369 错误 C2065 “LONG_PTR”: 未声明的标识符 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 378 错误 C2146 语法错误: 缺少“)”(在标识符“h”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 378 错误 C2059 语法错误:“)” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 378 错误 C2065 “ULONG_PTR”: 未声明的标识符 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 387 错误 C2064 项不会计算为接受 337 个参数的函数 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 387 错误 C2143 语法错误: 缺少“)”(在“类型”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 387 错误 C2059 语法错误:“)” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 387 错误 C2061 语法错误: 标识符“SIZE_T” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 420 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 420 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 420 错误 C2061 语法错误: 标识符“SSIZE_T” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 421 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 421 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 421 错误 C2061 语法错误: 标识符“DWORD_PTR” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 469 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 469 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 469 错误 C2061 语法错误: 标识符“KAFFINITY” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 491 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 491 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h 492 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 451 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 455 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 457 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 458 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 459 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 460 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 463 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 465 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 468 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 470 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 474 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 475 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 520 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 524 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 525 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 526 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 527 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 530 错误 C2143 语法错误: 缺少“{”(在“*”的前面) MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 533 错误 C2061 语法错误: 标识符“LPCTCH” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 547 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 547 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 547 错误 C2061 语法错误: 标识符“PCTSTR” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 549 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 549 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 549 错误 C2061 语法错误: 标识符“PCUTSTR” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 551 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 551 错误 C2059 语法错误:“,” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 551 错误 C2061 语法错误: 标识符“PCZZTSTR” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 554 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 554 错误 C2061 语法错误: 标识符“PCUZZTSTR” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 556 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 556 错误 C2061 语法错误: 标识符“PCNZTCH” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 559 错误 C2059 语法错误:“;” MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 559 错误 C1003 错误计数超过 100;正在停止编译 MCUSim C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h 559
最新发布
10-25
遇到问题: [main] 正在生成文件夹: e:/J5WrapperTest/control_wrapper_ut/build ALL_BUILD [build] 正在启动生成 [proc] 正在执行命令: "C:\Program Files\CMake\bin\cmake.EXE" --build e:/J5WrapperTest/control_wrapper_ut/build --config Debug --target ALL_BUILD -j 12 -- [build] ���� .NET Framework �� Microsoft (R) ��������汾 15.9.30+gc0e4b0e683 [build] ��Ȩ����(C) Microsoft Corporation����������Ȩ���� [build] [build] cl : ������ warning D9025: ������д��/W3��(�á�/w��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] Control_can_api.c [build] Control_config_api.c [build] Control_emergencybraking_api.c [build] Control_main_task.c [build] E:\J5WrapperTest\control_wrapper_ut\source\APP\Control\src\Control_main_task.c(1023): error C2371: ��fsm_process_event��: �ض��壻��ͬ�Ļ����� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] Control_soc_api.c [build] mid_can_ctrl_gen_acu_il.c [build] mid_can_ctrl_gen_asc_il.c [build] mid_can_ctrl_gen_eps_il.c [build] mid_can_ctrl_gen_esc_il.c [build] mid_can_ctrl_gen_gw_il.c [build] mid_can_ctrl_gen_ibooster_il.c [build] mid_can_ctrl_gen_uss_il.c [build] mid_can_ctrl_gen_vcu_il.c [build] mid_can_ctrl_task.c [build] mid_can_parser.c [build] mid_dl_ctrl_api.c [build] mid_dl_ctrl_callback.c [build] mid_dl_ctrl_main.c [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(174): error C2054: �ڡ�CONST��֮��Ӧ���롰(�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(174): error C2085: ��LPCVOID��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(176): error C2085: ��INT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(177): error C2085: ��UINT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(178): error C2085: ��PUINT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(45): error C2085: ��POINTER_64_INT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(75): error C2082: �βΡ�INT8�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(75): error C2085: ��PINT8��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(76): error C2082: �βΡ�INT16�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(76): error C2085: ��PINT16��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(77): error C2082: �βΡ�INT32�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(77): error C2085: ��PINT32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(78): error C2085: ��INT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(78): error C2085: ��PINT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(79): error C2082: �βΡ�UINT8�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(79): error C2085: ��PUINT8��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(80): error C2082: �βΡ�UINT16�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(80): error C2085: ��PUINT16��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(81): error C2082: �βΡ�UINT32�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(81): error C2085: ��PUINT32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(82): error C2082: �βΡ�UINT64�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(82): error C2085: ��PUINT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(88): error C2085: ��LONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(88): error C2085: ��PLONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(94): error C2085: ��ULONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(94): error C2085: ��PULONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(95): error C2085: ��DWORD32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(95): error C2085: ��PDWORD32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(134): error C2085: ��INT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(134): error C2085: ��PINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(135): error C2085: ��UINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(135): error C2085: ��PUINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(137): error C2085: ��LONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(137): error C2085: ��PLONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(138): error C2085: ��ULONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(138): error C2085: ��PULONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(333): error C2085: ��UHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(333): error C2085: ��PUHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(334): error C2085: ��HALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(334): error C2085: ��PHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(335): error C2085: ��SHANDLE_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(336): error C2085: ��HANDLE_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(359): error C2085: ��PtrToPtr64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(359): error C2143: �﷨����: ȱ�١�;��(�ڡ�{����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2065: ��ULONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2064: ������Ϊ���� 337 �������ĺ��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2143: �﷨����: ȱ�١�)��(�ڡ����͡���ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2065: ��LONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2146: �﷨����: ȱ�١�)��(�ڱ�ʶ����h����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2065: ��ULONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2064: ������Ϊ���� 337 �������ĺ��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2143: �﷨����: ȱ�١�)��(�ڡ����͡���ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2061: �﷨����: ��ʶ����SIZE_T�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2061: �﷨����: ��ʶ����SSIZE_T�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2061: �﷨����: ��ʶ����DWORD_PTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(491): error C2061: �﷨����: ��ʶ����KAFFINITY�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(491): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(492): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(451): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(455): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(457): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(458): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(459): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(460): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(463): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(465): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(468): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(470): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(474): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(475): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(520): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(524): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(525): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(526): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(527): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(530): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(533): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2061: �﷨����: ��ʶ����LPCTCH�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2061: �﷨����: ��ʶ����PCTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2061: �﷨����: ��ʶ����PCUTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(554): error C2061: �﷨����: ��ʶ����PCZZTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(554): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(556): error C2061: �﷨����: ��ʶ����PCUZZTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(556): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): error C2061: �﷨����: ��ʶ����PCNZTCH�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): fatal error C1003: ����������� 100������ֹͣ���� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] mid_share_control.c [build] mid_share_gen_eps_api.c [build] �������ɴ���... [build] ���ڱ���... [build] mid_share_gen_uss_api.c [build] main.c [build] �������ɴ���... [proc] 命令“"C:\Program Files\CMake\bin\cmake.EXE" --build e:/J5WrapperTest/control_wrapper_ut/build --config Debug --target ALL_BUILD -j 12 --”已退出,代码为 1 [driver] 生成完毕: 00:00:02.439 [build] 生成已完成,退出代码为 1 [main] 无法准备名称为 "undefined" 的可执行目标
10-25
[main] 正在生成文件夹: e:/J5WrapperTest/control_wrapper_ut/build ALL_BUILD [build] 正在启动生成 [proc] 正在执行命令: "C:\Program Files\CMake\bin\cmake.EXE" --build e:/J5WrapperTest/control_wrapper_ut/build --config Debug --target ALL_BUILD -j 12 -- [build] ���� .NET Framework �� Microsoft (R) ��������汾 15.9.30+gc0e4b0e683 [build] ��Ȩ����(C) Microsoft Corporation����������Ȩ���� [build] [build] cl : ������ warning D9025: ������д��/W3��(�á�/w��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] Control_main_task.c [build] mid_dl_ctrl_main.c [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(174): error C2054: �ڡ�CONST��֮��Ӧ���롰(�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(174): error C2085: ��LPCVOID��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(176): error C2085: ��INT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(177): error C2085: ��UINT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\minwindef.h(178): error C2085: ��PUINT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(45): error C2085: ��POINTER_64_INT��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(75): error C2082: �βΡ�INT8�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(75): error C2085: ��PINT8��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(76): error C2082: �βΡ�INT16�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(76): error C2085: ��PINT16��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(77): error C2082: �βΡ�INT32�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(77): error C2085: ��PINT32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(78): error C2085: ��INT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(78): error C2085: ��PINT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(79): error C2082: �βΡ�UINT8�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(79): error C2085: ��PUINT8��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(80): error C2082: �βΡ�UINT16�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(80): error C2085: ��PUINT16��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(81): error C2082: �βΡ�UINT32�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(81): error C2085: ��PUINT32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(82): error C2082: �βΡ�UINT64�����ض��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(82): error C2085: ��PUINT64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(88): error C2085: ��LONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(88): error C2085: ��PLONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(94): error C2085: ��ULONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(94): error C2085: ��PULONG32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(95): error C2085: ��DWORD32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(95): error C2085: ��PDWORD32��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(134): error C2085: ��INT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(134): error C2085: ��PINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(135): error C2085: ��UINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(135): error C2085: ��PUINT_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(137): error C2085: ��LONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(137): error C2085: ��PLONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(138): error C2085: ��ULONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(138): error C2085: ��PULONG_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(333): error C2085: ��UHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(333): error C2085: ��PUHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(334): error C2085: ��HALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(334): error C2085: ��PHALF_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(335): error C2085: ��SHANDLE_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(336): error C2085: ��HANDLE_PTR��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(359): error C2085: ��PtrToPtr64��: �����βα��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(359): error C2143: �﷨����: ȱ�١�;��(�ڡ�{����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2065: ��ULONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2064: ������Ϊ���� 337 �������ĺ��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2143: �﷨����: ȱ�١�)��(�ڡ����͡���ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(369): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2065: ��LONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2146: �﷨����: ȱ�١�)��(�ڱ�ʶ����h����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(378): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2065: ��ULONG_PTR��: δ�����ı�ʶ�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2064: ������Ϊ���� 337 �������ĺ��� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2143: �﷨����: ȱ�١�)��(�ڡ����͡���ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(387): error C2059: �﷨����:��)�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2061: �﷨����: ��ʶ����SIZE_T�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(420): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2061: �﷨����: ��ʶ����SSIZE_T�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(421): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2061: �﷨����: ��ʶ����DWORD_PTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(469): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(491): error C2061: �﷨����: ��ʶ����KAFFINITY�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(491): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\basetsd.h(492): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(451): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(455): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(457): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(458): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(459): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(460): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(463): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(465): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(468): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(470): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(474): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(475): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(520): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(524): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(525): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(526): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(527): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(530): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(533): error C2143: �﷨����: ȱ�١�{��(�ڡ�*����ǰ��) [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2061: �﷨����: ��ʶ����LPCTCH�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(547): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2061: �﷨����: ��ʶ����PCTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(549): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2061: �﷨����: ��ʶ����PCUTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(551): error C2059: �﷨����:��,�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(554): error C2061: �﷨����: ��ʶ����PCZZTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(554): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(556): error C2061: �﷨����: ��ʶ����PCUZZTSTR�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(556): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): error C2061: �﷨����: ��ʶ����PCNZTCH�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): error C2059: �﷨����:��;�� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winnt.h(559): fatal error C1003: ����������� 100������ֹͣ���� [E:\J5WrapperTest\control_wrapper_ut\build\MCUSim.vcxproj] [build] �������ɴ���... [proc] 命令“"C:\Program Files\CMake\bin\cmake.EXE" --build e:/J5WrapperTest/control_wrapper_ut/build --config Debug --target ALL_BUILD -j 12 --”已退出,代码为 1 [driver] 生成完毕: 00:00:01.027 [build] 生成已完成,退出代码为 1 [main] 无法准备名称为 "undefined" 的可执行目标
10-25
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值