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

图形图像处理

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Bmp - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSPF085.TMP" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"Debug/Bmp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:zgb图像资料图像处理入门c源码分析testBmp.c"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSPF085.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSPF086.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 libcd.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Bmp.pdb" /debug /machine:I386 /out:"Debug/Bmp.exe" /pdbtype:sept 
  18. ".DebugBmp.obj"
  19. ".DebugBmp.res"
  20. ]
  21. Creating command line "link.exe @C:WINDOWSTEMPRSPF086.TMP"
  22. <h3>Output Window</h3>
  23. Compiling...
  24. Bmp.c
  25. d:zgb图像资料图像处理入门c源码分析testbmp.c(32) : warning C4028: formal parameter 1 different from declaration
  26. d:zgb图像资料图像处理入门c源码分析testbmp.c(32) : warning C4028: formal parameter 2 different from declaration
  27. Linking...
  28. libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
  29. Debug/Bmp.exe : fatal error LNK1120: 1 unresolved externals
  30. Error executing link.exe.
  31. <h3>Results</h3>
  32. Bmp.exe - 2 error(s), 2 warning(s)
  33. </pre>
  34. </body>
  35. </html>