convert.plg
上传用户:banwdc
上传日期:2016-06-25
资源大小:2871k
文件大小:1k
源码类别:

OpenCV

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: convert - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1.LENLOCALS~1TempRSP8.tmp" with contents
  10. [
  11. 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/convert.pdb" /debug /machine:I386 /out:"Debug/convert.exe" /pdbtype:sept 
  12. ".Debugconvert.obj"
  13. ]
  14. Creating command line "link.exe @C:DOCUME~1ADMINI~1.LENLOCALS~1TempRSP8.tmp"
  15. <h3>Output Window</h3>
  16. Linking...
  17. convert.obj : error LNK2001: unresolved external symbol _cvReleaseImage
  18. convert.obj : error LNK2001: unresolved external symbol _cvSaveImage
  19. convert.obj : error LNK2001: unresolved external symbol _cvLoadImage
  20. Debug/convert.exe : fatal error LNK1120: 3 unresolved externals
  21. Error executing link.exe.
  22. <h3>Results</h3>
  23. convert.exe - 4 error(s), 0 warning(s)
  24. </pre>
  25. </body>
  26. </html>