detect.plg
上传用户:s6549606
上传日期:2015-11-11
资源大小:12002k
文件大小:1k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: detect - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:WINDOWSTEMPRSP92D1.TMP" with contents
- [
- /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/detect.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "G:wangminghui图像处理入门c源码分析source8detect.c"
- ]
- Creating command line "cl.exe @C:WINDOWSTEMPRSP92D1.TMP"
- Creating temporary file "C:WINDOWSTEMPRSP92D2.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:console /incremental:yes /pdb:"Debug/detect.pdb" /debug /machine:I386 /out:"Debug/detect.exe" /pdbtype:sept
- ".Debugdetect.obj"
- ]
- Creating command line "link.exe @C:WINDOWSTEMPRSP92D2.TMP"
- <h3>Output Window</h3>
- Compiling...
- detect.c
- G:wangminghui图像处理入门c源码分析source8detect.c(24) : warning C4028: formal parameter 1 different from declaration
- G:wangminghui图像处理入门c源码分析source8detect.c(24) : warning C4028: formal parameter 2 different from declaration
- Linking...
- LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
- Debug/detect.exe : fatal error LNK1120: 1 unresolved externals
- Error executing link.exe.
- <h3>Results</h3>
- detect.exe - 2 error(s), 2 warning(s)
- </pre>
- </body>
- </html>