📄 createprocess.vcl
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CreateProcess - Win32 (WCE ARMV4I) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6E.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4I" /D UNDER_CE=500 /D _WIN32_WCE=500 /D "WCE_PLATFORM_kevin" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Fp"ARMV4IDbg/CreateProcess.pch" /Yu"stdafx.h" /Fo"ARMV4IDbg/" /Fd"ARMV4IDbg/" /QRarch4T /QRinterwork-return /MC /c
"E:\WinCETest\ProcessTest\TaskList\TaskListDlg.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6E.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"ARMV4IDbg/CreateProcess.pdb" /debug /out:"ARMV4IDbg/CreateProcess.exe" /subsystem:windowsce,5.00 /MACHINE:THUMB
.\ARMV4IDbg\CreateProcess.obj
.\ARMV4IDbg\CreateProcessDlg.obj
.\ARMV4IDbg\StdAfx.obj
.\ARMV4IDbg\TaskListDlg.obj
.\ARMV4IDbg\CreateProcess.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.tmp"
<h3>Output Window</h3>
Compiling...
TaskListDlg.cpp
E:\WinCETest\ProcessTest\TaskList\TaskListDlg.cpp(65) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\WinCETest\ProcessTest\TaskList\TaskListDlg.cpp(66) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\WinCETest\ProcessTest\TaskList\TaskListDlg.cpp(67) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\WinCETest\ProcessTest\TaskList\TaskListDlg.cpp(281) : warning C4018: '<' : signed/unsigned mismatch
Linking...
TaskListDlg.obj : error LNK2019: unresolved external symbol Process32Next referenced in function "public: static unsigned long __cdecl CTaskListDlg::GetTaskListCE(struct _TASK_LIST *)" (?GetTaskListCE@CTaskListDlg@@SAKPAU_TASK_LIST@@@Z)
TaskListDlg.obj : error LNK2019: unresolved external symbol Process32First referenced in function "public: static unsigned long __cdecl CTaskListDlg::GetTaskListCE(struct _TASK_LIST *)" (?GetTaskListCE@CTaskListDlg@@SAKPAU_TASK_LIST@@@Z)
TaskListDlg.obj : error LNK2019: unresolved external symbol CreateToolhelp32Snapshot referenced in function "public: static unsigned long __cdecl CTaskListDlg::GetTaskListCE(struct _TASK_LIST *)" (?GetTaskListCE@CTaskListDlg@@SAKPAU_TASK_LIST@@@Z)
ARMV4IDbg/CreateProcess.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
<h3>Results</h3>
CreateProcess.exe - 4 error(s), 4 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -