Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
4.4 KiB

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: usermodeprovider - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSP9F.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /I "d:\nt\public\sdk\inc" /I "d:\eventtrace\teststarttrace" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"usermodeprovider___Win32_Debug/usermodeprovider.pch" /YX /Fo"usermodeprovider___Win32_Debug/" /Fd"usermodeprovider___Win32_Debug/" /FD /GZ /c
  12. "D:\eventtrace\UserModeProvider\ReadFile.cpp"
  13. "D:\eventtrace\UserModeProvider\Main.cpp"
  14. "D:\eventtrace\UserModeProvider\Utils.cpp"
  15. "D:\eventtrace\TestStartTrace\StdAfx.cpp"
  16. "D:\eventtrace\TestStartTrace\Persistor.cpp"
  17. "D:\eventtrace\TestStartTrace\Logger.cpp"
  18. "D:\eventtrace\TestStartTrace\Utilities.cpp"
  19. ]
  20. Creating command line "cl.exe @"D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSP9F.tmp""
  21. Creating temporary file "D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSPA0.tmp" with contents
  22. [
  23. 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:"usermodeprovider___Win32_Debug/usermodeprovider.pdb" /debug /machine:I386 /out:"usermodeprovider___Win32_Debug/usermodeprovider.exe" /pdbtype:sept /libpath:"d:\nt\public\sdk\lib\i386"
  24. .\usermodeprovider___Win32_Debug\ReadFile.obj
  25. .\usermodeprovider___Win32_Debug\Main.obj
  26. .\usermodeprovider___Win32_Debug\Utils.obj
  27. .\usermodeprovider___Win32_Debug\StdAfx.obj
  28. .\usermodeprovider___Win32_Debug\Persistor.obj
  29. .\usermodeprovider___Win32_Debug\Logger.obj
  30. .\usermodeprovider___Win32_Debug\Utilities.obj
  31. ]
  32. Creating command line "link.exe @"D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSPA0.tmp""
  33. <h3>Output Window</h3>
  34. Compiling...
  35. ReadFile.cpp
  36. Main.cpp
  37. d:\eventtrace\usermodeprovider\main.cpp(173) : warning C4508: 'main' : function should return a value; 'void' return type assumed
  38. Utils.cpp
  39. StdAfx.cpp
  40. Persistor.cpp
  41. Logger.cpp
  42. Utilities.cpp
  43. Linking...
  44. Logger.obj : error LNK2001: unresolved external symbol __chkesp
  45. Utilities.obj : error LNK2001: unresolved external symbol __chkesp
  46. ReadFile.obj : error LNK2001: unresolved external symbol __chkesp
  47. Main.obj : error LNK2001: unresolved external symbol __chkesp
  48. Utils.obj : error LNK2001: unresolved external symbol __chkesp
  49. Persistor.obj : error LNK2001: unresolved external symbol __chkesp
  50. Logger.obj : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl PutALine(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *,int)" (?PutALine@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@PBDH@Z)
  51. Logger.obj : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl PutAULONGVar(class std::basic_ostream<char,struct std::char_traits<char> > &,unsigned long,bool)" (?PutAULONGVar@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@K_N@Z)
  52. Logger.obj : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl PutAULONG64Var(class std::basic_ostream<char,struct std::char_traits<char> > &,unsigned __int64)" (?PutAULONG64Var@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@_K@Z)
  53. Logger.obj : error LNK2001: unresolved external symbol "void __cdecl GUIDOut(class std::basic_ostream<char,struct std::char_traits<char> > &,struct _GUID)" (?GUIDOut@@YAXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@U_GUID@@@Z)
  54. Logger.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CEventTraceProperties::~CEventTraceProperties(void)" (??1CEventTraceProperties@@UAE@XZ)
  55. Logger.obj : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,class CEventTraceProperties const &)" (??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVCEventTraceProperties@@@Z)
  56. Logger.obj : error LNK2001: unresolved external symbol "public: __thiscall CEventTraceProperties::CEventTraceProperties(struct _EVENT_TRACE_PROPERTIESA *)" (??0CEventTraceProperties@@QAE@PAU_EVENT_TRACE_PROPERTIESA@@@Z)
  57. usermodeprovider___Win32_Debug/usermodeprovider.exe : fatal error LNK1120: 8 unresolved externals
  58. Error executing link.exe.
  59. <h3>Results</h3>
  60. usermodeprovider.exe - 14 error(s), 1 warning(s)
  61. </pre>
  62. </body>
  63. </html>