WDMSample.plg
上传用户:zanmei2
上传日期:2010-03-06
资源大小:775k
文件大小:1k
源码类别:

通讯编程文档

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: WDMSample - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Build : warning : failed to (or don't know how to) build 'E:WDMSamplesysfilter.rc'
  10. Creating command line "rc.exe /l 0x804 /fo"filter.res" /d "_DEBUG" "E:WDMSamplesysfilter.rc"" 
  11. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP12.tmp" with contents
  12. [
  13. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"WDMSample.pch" /YX /FD /GZ /c 
  14. "E:WDMSamplesysmain.c"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP12.tmp" 
  17. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP13.tmp" with contents
  18. [
  19. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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:"WDMSample.pdb" /debug /machine:I386 /out:"WDMSample.exe" /pdbtype:sept 
  20. .main.obj
  21. .filter.res
  22. ]
  23. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP13.tmp"
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. RC : fatal error RC1110 : could not open E:WDMSamplesysfilter.rc
  27. Error executing rc.exe.
  28. <h3>Results</h3>
  29. WDMSample.exe - 1 error(s), 1 warning(s)
  30. </pre>
  31. </body>
  32. </html>