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.

49 lines
3.5 KiB

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Main - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSP33.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
  12. "D:\eventtrace\UserModeProvider\Main.cpp"
  13. ]
  14. Creating command line "cl.exe @"D:\DOCUME~1\A-MANC~1\LOCALS~1\Temp\RSP33.tmp""
  15. <h3>Output Window</h3>
  16. Compiling...
  17. Main.cpp
  18. d:\nt\public\sdk\inc\wmistr.h(31) : error C2146: syntax error : missing ';' before identifier 'ProviderId'
  19. d:\nt\public\sdk\inc\wmistr.h(31) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
  20. d:\nt\public\sdk\inc\wmistr.h(31) : error C2501: 'ProviderId' : missing storage-class or type specifiers
  21. d:\nt\public\sdk\inc\wmistr.h(302) : error C2146: syntax error : missing ';' before identifier 'Pdo'
  22. d:\nt\public\sdk\inc\wmistr.h(302) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
  23. d:\nt\public\sdk\inc\wmistr.h(302) : error C2501: 'Pdo' : missing storage-class or type specifiers
  24. d:\nt\public\sdk\inc\wmistr.h(307) : error C2146: syntax error : missing ';' before identifier 'InstanceInfo'
  25. d:\nt\public\sdk\inc\wmistr.h(307) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
  26. d:\nt\public\sdk\inc\wmistr.h(307) : error C2501: 'InstanceInfo' : missing storage-class or type specifiers
  27. d:\nt\public\sdk\inc\guiddef.h(155) : error C2084: function 'int __cdecl IsEqualGUID(const struct _GUID &,const struct _GUID &)' already has a body
  28. d:\nt\public\sdk\inc\guiddef.h(188) : error C2084: function 'int __cdecl operator ==(const struct _GUID &,const struct _GUID &)' already has a body
  29. d:\nt\public\sdk\inc\guiddef.h(193) : error C2084: function 'int __cdecl operator !=(const struct _GUID &,const struct _GUID &)' already has a body
  30. d:\nt\public\sdk\inc\guiddef.h(194) : error C2264: '==' : error in function definition or declaration; function not called
  31. d:\nt\public\sdk\inc\guiddef.h(194) : error C2088: '==' : illegal for struct
  32. d:\eventtrace\usermodeprovider\main.cpp(191) : error C2440: '=' : cannot convert from 'struct _TRACE_GUID_REGISTRATION *' to 'struct _TRACE_GUID_REGISTRATION *[10]'
  33. There are no conversions to array types, although there are conversions to references or pointers to arrays
  34. d:\eventtrace\usermodeprovider\main.cpp(215) : error C2664: 'RegisterTraceGuidsA' : cannot convert parameter 1 from 'unsigned long (WMIDPREQUESTCODE,void *,unsigned long *,void *)' to 'unsigned long (__stdcall *)(WMIDPREQUESTCODE,void *,unsigned long *,void *)'
  35. None of the functions with this name in scope match the target type
  36. d:\eventtrace\usermodeprovider\main.cpp(220) : warning C4508: 'main' : function should return a value; 'void' return type assumed
  37. d:\eventtrace\usermodeprovider\main.cpp(276) : error C2440: '=' : cannot convert from 'struct _TRACE_GUID_REGISTRATION *' to 'struct _TRACE_GUID_REGISTRATION *[10]'
  38. There are no conversions to array types, although there are conversions to references or pointers to arrays
  39. d:\eventtrace\usermodeprovider\main.cpp(333) : error C2664: 'TraceEventInstance' : cannot convert parameter 2 from 'struct _EVENT_TRACE_HEADER *' to 'struct _EVENT_INSTANCE_HEADER *'
  40. Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  41. Error executing cl.exe.
  42. <h3>Results</h3>
  43. Main.obj - 18 error(s), 1 warning(s)
  44. </pre>
  45. </body>
  46. </html>