detect.plg
上传用户:s6549606
上传日期:2015-11-11
资源大小:12002k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: detect - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP92D1.TMP" with contents
  10. [
  11. /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 
  12. "G:wangminghui图像处理入门c源码分析source8detect.c"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSP92D1.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSP92D2.TMP" with contents
  16. [
  17. 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 
  18. ".Debugdetect.obj"
  19. ]
  20. Creating command line "link.exe @C:WINDOWSTEMPRSP92D2.TMP"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. detect.c
  24. G:wangminghui图像处理入门c源码分析source8detect.c(24) : warning C4028: formal parameter 1 different from declaration
  25. G:wangminghui图像处理入门c源码分析source8detect.c(24) : warning C4028: formal parameter 2 different from declaration
  26. Linking...
  27. LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
  28. Debug/detect.exe : fatal error LNK1120: 1 unresolved externals
  29. Error executing link.exe.
  30. <h3>Results</h3>
  31. detect.exe - 2 error(s), 2 warning(s)
  32. </pre>
  33. </body>
  34. </html>