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

图形图像处理

开发平台:

Visual C++

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