📄 evcstudy.vcl
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: evcstudy - Win32 (WCE emulator) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"emulatorDbg/evcstudy.res" /d UNDER_CE=400 /d _WIN32_WCE=400 /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "WCE_PLATFORM_STANDARDSDK" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r "E:\work folder\evc\evcstudy\evcstudy.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D3.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorDbg/evcstudy.pch" /Yu"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c
"E:\work folder\evc\evcstudy\DlgSeriesSetup.cpp"
"E:\work folder\evc\evcstudy\evcstudy.cpp"
"E:\work folder\evc\evcstudy\evcstudyDoc.cpp"
"E:\work folder\evc\evcstudy\evcstudyView.cpp"
"E:\work folder\evc\evcstudy\MainFrm.cpp"
"E:\work folder\evc\evcstudy\PSerialPort.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D3.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D4.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorDbg/evcstudy.pch" /Yc"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c
"E:\work folder\evc\evcstudy\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D4.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D5.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"emulatorDbg/evcstudy.pdb" /debug /out:"emulatorDbg/evcstudy.exe" /subsystem:windowsce,4.00 /MACHINE:IX86
".\emulatorDbg\DlgSeriesSetup.obj"
".\emulatorDbg\evcstudy.obj"
".\emulatorDbg\evcstudyDoc.obj"
".\emulatorDbg\evcstudyView.obj"
".\emulatorDbg\MainFrm.obj"
".\emulatorDbg\StdAfx.obj"
".\emulatorDbg\evcstudy.res"
".\emulatorDbg\PSerialPort.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D5.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DlgSeriesSetup.cpp
evcstudy.cpp
evcstudyDoc.cpp
evcstudyView.cpp
MainFrm.cpp
PSerialPort.cpp
E:\work folder\evc\evcstudy\PSerialPort.cpp(231) : warning C4018: '==' : signed/unsigned mismatch
Generating Code...
Linking...
MainFrm.obj : error LNK2019: unresolved external symbol "public: __thiscall CSpinUseDlg::CSpinUseDlg(class CWnd *)" (??0CSpinUseDlg@@QAE@PAVCWnd@@@Z) referenced in function "protected: void __thiscall CMainFrame::OnSpinUse(void)" (?OnSpinUse@CMainFrame@@IAEXXZ)
MainFrm.obj : error LNK2019: unresolved external symbol "public: __thiscall CSliderUseDlg::CSliderUseDlg(class CWnd *)" (??0CSliderUseDlg@@QAE@PAVCWnd@@@Z) referenced in function "protected: void __thiscall CMainFrame::OnSliderUse(void)" (?OnSliderUse@CMainFrame@@IAEXXZ)
MainFrm.obj : error LNK2019: unresolved external symbol "public: __thiscall CCreateProcessDlg::CCreateProcessDlg(class CWnd *)" (??0CCreateProcessDlg@@QAE@PAVCWnd@@@Z) referenced in function "protected: void __thiscall CMainFrame::OnCreateProcess(void)" (?OnCreateProcess@CMainFrame@@IAEXXZ)
MainFrm.obj : error LNK2019: unresolved external symbol "public: __thiscall CThreadAsynDlg::CThreadAsynDlg(class CWnd *)" (??0CThreadAsynDlg@@QAE@PAVCWnd@@@Z) referenced in function "protected: void __thiscall CMainFrame::OnThreadsyn(void)" (?OnThreadsyn@CMainFrame@@IAEXXZ)
emulatorDbg/evcstudy.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
<h3>Results</h3>
evcstudy.exe - 5 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -