Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. 1>------ Build started: Project: CachedExt, Configuration: Debug Win32 ------
  2. 2>------ Build started: Project: NpcExt, Configuration: Debug Win32 ------
  3. 1>Compiling...
  4. 2>Compiling...
  5. 1>DllMain.cpp
  6. 2>stdafx.cpp
  7. 2>c:\program files (x86)\microsoft visual studio 8\vc\include\crtdefs.h(430) : error C2371: 'size_t' : redefinition; different basic types
  8. 2> c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\npcext\stdafx.cpp : see declaration of 'size_t'
  9. 2>c:\program files (x86)\microsoft visual studio 8\vc\platformsdk\include\winnt.h(79) : fatal error C1189: #error : "No Target Architecture"
  10. 2>Build log was saved at "file://c:\Users\atsargaaaa\Documents\Visual Studio 2005\Projects\InterludeExtension\NpcExt\Debug\BuildLog.htm"
  11. 2>NpcExt - 2 error(s), 0 warning(s)
  12. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  13. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  14. 1>Utils.cpp
  15. 1>.\Utils.cpp(38) : error C2664: 'FindFirstFileA' : cannot convert parameter 2 from 'WIN32_FIND_DATAW *' to 'LPWIN32_FIND_DATAA'
  16. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  17. 1>.\Utils.cpp(49) : error C2665: 'strstr' : none of the 2 overloads could convert all the argument types
  18. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(163): could be 'const char *strstr(const char *,const char *)'
  19. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(187): or 'char *strstr(char *,const char *)'
  20. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(163): or 'const char *strstr(const char *,const char *)'
  21. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(187): or 'char *strstr(char *,const char *)'
  22. 1> while trying to match the argument list '(WCHAR [260], const char [13])'
  23. 1>.\Utils.cpp(52) : error C2665: 'strstr' : none of the 2 overloads could convert all the argument types
  24. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(163): could be 'const char *strstr(const char *,const char *)'
  25. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(187): or 'char *strstr(char *,const char *)'
  26. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(163): or 'const char *strstr(const char *,const char *)'
  27. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(187): or 'char *strstr(char *,const char *)'
  28. 1> while trying to match the argument list '(WCHAR [260], const char [13])'
  29. 1>.\Utils.cpp(58) : error C2664: 'FindNextFileA' : cannot convert parameter 2 from 'WIN32_FIND_DATAW *' to 'LPWIN32_FIND_DATAA'
  30. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  31. 1>.\Utils.cpp(68) : error C2664: 'errno_t strcpy_s(char *,rsize_t,const char *)' : cannot convert parameter 3 from 'const wchar_t *' to 'const char *'
  32. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  33. 1>.\Utils.cpp(69) : error C2664: 'MoveFileA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
  34. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  35. 1>Logger.cpp
  36. 1>.\Logger.cpp(24) : error C2664: 'GetFileAttributesA' : cannot convert parameter 1 from 'PWCHAR' to 'LPCSTR'
  37. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  38. 1>.\Logger.cpp(29) : error C2664: 'CreateDirectoryA' : cannot convert parameter 1 from 'PWCHAR' to 'LPCSTR'
  39. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  40. 1>.\Logger.cpp(32) : error C2664: 'CreateFileA' : cannot convert parameter 1 from 'PWCHAR' to 'LPCSTR'
  41. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  42. 1>.\Logger.cpp(62) : error C2664: 'wvsprintfA' : cannot convert parameter 1 from 'WCHAR [2049]' to 'LPSTR'
  43. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  44. 1>ManorFix.cpp
  45. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  46. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  47. 1>.\ManorFix.cpp(90) : warning C4996: 'wcscpy' was declared deprecated
  48. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
  49. 1> Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
  50. 1>.\ManorFix.cpp(93) : warning C4996: 'wcscpy' was declared deprecated
  51. 1> C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
  52. 1> Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
  53. 1>Augmentation.cpp
  54. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  55. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  56. 1>Quests.cpp
  57. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  58. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  59. 1>AdminPacketHandler.cpp
  60. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  61. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  62. 1>PacketHandler.cpp
  63. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  64. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  65. 1>.\PacketHandler.cpp(54) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  66. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  67. 1>Global.cpp
  68. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  69. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  70. 1>CachedExt.cpp
  71. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  72. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  73. 1>ClassExtender.cpp
  74. 1>c:\users\atsargaaaa\documents\visual studio 2005\projects\interludeextension\cachedext\cachedext\Config.h(38) : error C2664: 'lstrcatA' : cannot convert parameter 2 from 'const wchar_t [13]' to 'LPCSTR'
  75. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  76. 1>Generating Code...
  77. 1>Build log was saved at "file://c:\Users\atsargaaaa\Documents\Visual Studio 2005\Projects\InterludeExtension\CachedExt\CachedExt\Debug\BuildLog.htm"
  78. 1>CachedExt - 20 error(s), 2 warning(s)
  79. 3>------ Build started: Project: IlExt, Configuration: Debug Win32 ------
  80. 3>Assembling...
  81. 3>'ml64.exe' is not recognized as an internal or external command,
  82. 3>operable program or batch file.
  83. 3>Project : error PRJ0019: A tool returned an error code from "Assembling..."
  84. 3>Build log was saved at "file://c:\Users\atsargaaaa\Documents\Visual Studio 2005\Projects\InterludeExtension\L2Ext\Debug\BuildLog.htm"
  85. 3>IlExt - 1 error(s), 0 warning(s)
  86. ========== Build: 0 succeeded, 3 failed, 2 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement