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

图形图像处理

开发平台:

Visual C++

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