?? vc1394bcam.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: VC1394BCAM - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lgq\LOCALS~1\Temp\RSP6C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/VC1394BCAM.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAM.cpp"
"D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lgq\LOCALS~1\Temp\RSP6C.tmp"
Creating temporary file "C:\DOCUME~1\lgq\LOCALS~1\Temp\RSP6D.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/VC1394BCAM.pdb" /debug /machine:I386 /out:"Debug/VC1394BCAM.exe" /pdbtype:sept
".\Debug\cvdisplay.obj"
".\Debug\cvimage.obj"
".\Debug\StdAfx.obj"
".\Debug\VC1394BCAM.obj"
".\Debug\VC1394BCAMDlg.obj"
".\Debug\VC1394BCAM.res"
]
Creating command line "link.exe @C:\DOCUME~1\lgq\LOCALS~1\Temp\RSP6D.tmp"
<h3>Output Window</h3>
Compiling...
VC1394BCAM.cpp
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(51) : error C2061: syntax error : identifier 'DC_1394BCAM_PARAM'
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2146: syntax error : missing ';' before identifier 'm_CommandID'
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2501: 'DC_1394BCAM_PARAM' : missing storage-class or type specifiers
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2501: 'm_CommandID' : missing storage-class or type specifiers
VC1394BCAMDlg.cpp
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(51) : error C2061: syntax error : identifier 'DC_1394BCAM_PARAM'
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2146: syntax error : missing ';' before identifier 'm_CommandID'
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2501: 'DC_1394BCAM_PARAM' : missing storage-class or type specifiers
d:\common vision blox\tutorial\hardware\1394bcam\vc\vc1394bcam\vc1394bcamdlg.h(53) : error C2501: 'm_CommandID' : missing storage-class or type specifiers
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(185) : error C2065: 'm_CommandID' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(185) : error C2065: 'DC_1394BCAM_GAIN' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(274) : error C2065: 'DC_1394BCAM_PARAM' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(274) : error C2146: syntax error : missing ')' before identifier 'CommandID'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(274) : error C2182: 'GetStrCommandID' : illegal use of type 'void'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(274) : error C2350: 'CVC1394BCAMDlg::GetStrCommandID' is not a static member
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(274) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(275) : error C2143: syntax error : missing ';' before '{'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(275) : error C2447: missing function header (old-style formal list?)
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(302) : error C2065: 'IsImage' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(302) : error C2065: 'IMG' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(302) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(302) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(303) : error C2143: syntax error : missing ';' before '{'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(305) : error C2065: 'DC_1394BCAM_VENDOR' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(306) : error C2065: 'DC_1394BCAM_CAMERA_MODEL' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(307) : error C2065: 'DC_1394BCAM_SERIAL_NUMBER' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(308) : error C2065: 'DC_1394BCAM_DCAM_VERSION' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(309) : error C2065: 'DC_1394BCAM_DRIVER_SW_VERSION' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(323) : error C2065: 'SetTriggerMode' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(323) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(323) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(330) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(330) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(340) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(340) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(341) : error C2143: syntax error : missing ';' before '{'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(346) : error C2065: 'DCBinaryCommand' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(346) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(346) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(370) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(370) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(384) : error C2065: 'DC_1394BCAM_BRIGHTNESS' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(390) : error C2065: 'DC_1394BCAM_SHUTTER' : undeclared identifier
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(400) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(400) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(401) : error C2143: syntax error : missing ';' before '{'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(409) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(409) : error C2059: syntax error : ')'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(435) : error C2146: syntax error : missing ')' before identifier 'm_cvImg'
D:\Common Vision Blox\Tutorial\Hardware\1394BCAM\VC\VC1394BCAM\VC1394BCAMDlg.cpp(435) : error C2059: syntax error : ')'
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
VC1394BCAM.exe - 49 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -