robosight.plg

来自「通过使机器人进行简单的图像识别」· PLG 代码 · 共 53 行

PLG
53
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: RoboSight - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\TUQ\LOCALS~1\Temp\RSP64.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/RoboSight.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\MyWork\Robot\RoboSight6\CaptureProc.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\TUQ\LOCALS~1\Temp\RSP64.tmp" 
Creating temporary file "C:\DOCUME~1\TUQ\LOCALS~1\Temp\RSP65.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/RoboSight.pdb" /debug /machine:I386 /out:"Target/RoboSight.exe" /pdbtype:sept 
.\Debug\AreaIndex.obj
.\Debug\CaptureBuf.obj
.\Debug\CaptureProc.obj
.\Debug\ComPort.obj
.\Debug\RoboCar.obj
.\Debug\RoboSight.obj
.\Debug\StdAfx.obj
.\Debug\Target.obj
.\Debug\XImage.obj
.\Debug\RoboSight.res
.\Engine\XFile.lib
.\Capture\DSStream.lib
]
Creating command line "link.exe @C:\DOCUME~1\TUQ\LOCALS~1\Temp\RSP65.tmp"
<h3>Output Window</h3>
Compiling...
CaptureProc.cpp
e:\mywork\robot\robosight6\engine\hxfile.h(32) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\engine\hxfile.h(32) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\engine\hxfile.h(36) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\engine\hxfile.h(36) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\engine\hxfile.h(40) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\engine\hxfile.h(40) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
e:\mywork\robot\robosight6\hsvrgb.h(81) : warning C4035: 'HSV2RGBEx' : no return value
E:\MyWork\Robot\RoboSight6\CaptureProc.cpp(58) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\MyWork\Robot\RoboSight6\CaptureProc.cpp(59) : warning C4305: '=' : truncation from 'const double' to 'float'
Linking...



<h3>Results</h3>
RoboSight.exe - 0 error(s), 9 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?