⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test1394show.plg

📁 基于IEEE 1394总线的图像采集及处理系统软件技术研究
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Test1394Show - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/Test1394Show.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\1394\1394保留的资料\1394相关文档\test1394\Test1394Show\MainFrame.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
winmm.lib dxguid.lib dxerr8.lib ddraw.lib setupapi.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Test1394Show.pdb" /debug /machine:I386 /out:"Debug/Test1394Show.exe" /pdbtype:sept 
".\Debug\1394Display.obj"
".\Debug\1394Surface.obj"
".\Debug\Configure1394Dlg.obj"
".\Debug\DeviceDlg.obj"
".\Debug\DisplayDlg.obj"
".\Debug\EnumBox.obj"
".\Debug\global.obj"
".\Debug\MainFrame.obj"
".\Debug\Test1394.obj"
".\Debug\Test1394Show.obj"
".\Debug\Test1394Show.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
<h3>Output Window</h3>
Compiling...
MainFrame.cpp
f:\1394\1394保留的资料\1394相关文档\test1394\inc\std1394.h(241) : warning C4200: nonstandard extension used : zero-sized array in struct/union
f:\1394\1394保留的资料\1394相关文档\test1394\inc\test1394struct.h(33) : warning C4005: 'STATUS_TIMEOUT' : macro redefinition
        e:\program files\microsoft visual studio\vc98\include\winnt.h(1056) : see previous definition of 'STATUS_TIMEOUT'
f:\1394\1394保留的资料\1394相关文档\test1394\inc\test1394struct.h(36) : warning C4005: 'STATUS_NO_MEMORY' : macro redefinition
        e:\program files\microsoft visual studio\vc98\include\winnt.h(1066) : see previous definition of 'STATUS_NO_MEMORY'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(16) : error C2146: syntax error : missing ';' before identifier 'm_pdds'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(16) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(16) : error C2501: 'm_pdds' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(17) : error C2146: syntax error : missing ';' before identifier 'm_ddsd'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(17) : error C2501: 'DDSURFACEDESC2' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(17) : error C2501: 'm_ddsd' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(21) : error C2146: syntax error : missing ';' before identifier 'GetDDrawSurface'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(21) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(21) : warning C4183: 'GetDDrawSurface': member function definition looks like a ctor, but name does not match enclosing class
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(35) : error C2061: syntax error : identifier 'LPDIRECTDRAW7'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(36) : error C2061: syntax error : identifier 'LPDIRECTDRAWSURFACE7'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(36) : error C2535: 'long __thiscall C1394Surface::Create(void)' : member function already defined or declared
        f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394surface.h(35) : see declaration of 'Create'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(18) : error C2146: syntax error : missing ';' before identifier 'm_pDD'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(18) : error C2501: 'LPDIRECTDRAW7' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(18) : error C2501: 'm_pDD' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(19) : error C2146: syntax error : missing ';' before identifier 'm_pddsFrontBuffer'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(19) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(19) : error C2501: 'm_pddsFrontBuffer' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(20) : error C2146: syntax error : missing ';' before identifier 'm_pddsBackBuffer'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(20) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(20) : error C2501: 'm_pddsBackBuffer' : missing storage-class or type specifiers
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(48) : error C2061: syntax error : identifier 'LPDIRECTDRAWSURFACE7'
f:\1394\1394保留的资料\1394相关文档\test1394\test1394show\1394display.h(50) : error C2061: syntax error : identifier 'LPDIRECTDRAWSURFACE7'
Error executing cl.exe.



<h3>Results</h3>
Test1394Show.exe - 22 error(s), 4 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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