Guest User

Executor compiler log

a guest
Oct 25th, 2020
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.89 KB | None | 0 0
  1. 1>------ Build started: Project: AltV Executor, Configuration: Release x64 ------
  2. 1>dllmain.cpp
  3. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,20): error C2039: 'string': is not a member of 'std'
  4. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  5. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2065: 'string': undeclared identifier
  6. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2059: syntax error: 'const'
  7. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,20): error C2039: 'string': is not a member of 'std'
  8. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  9. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2065: 'string': undeclared identifier
  10. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2059: syntax error: 'const'
  11. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,22): error C2039: 'string': is not a member of 'std'
  12. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  13. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2065: 'string': undeclared identifier
  14. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2059: syntax error: 'const'
  15. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(15,16): error C2065: 'FILE': undeclared identifier
  16. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(15,22): error C2059: syntax error: ')'
  17. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(16,16): error C2065: 'FILE': undeclared identifier
  18. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(16,22): error C2059: syntax error: ')'
  19. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,10): error C2039: 'string': is not a member of 'std'
  20. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  21. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2065: 'string': undeclared identifier
  22. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2146: syntax error: missing ';' before identifier 'buffer'
  23. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2065: 'buffer': undeclared identifier
  24. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(21,10): error C2039: 'size_t': is not a member of 'std'
  25. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  26. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,14): error C2039: 'getline': is not a member of 'std'
  27. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  28. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,27): error C2039: 'cin': is not a member of 'std'
  29. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  30. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,30): error C2065: 'cin': undeclared identifier
  31. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,32): error C2065: 'buffer': undeclared identifier
  32. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,21): error C3861: 'getline': identifier not found
  33. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(27,17): error C2065: 'buffer': undeclared identifier
  34. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(29,27): error C3083: 'string': the symbol to the left of a '::' must be a type
  35. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(29,35): error C2039: 'npos': is not a member of 'std'
  36. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  37. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(29,39): error C2065: 'npos': undeclared identifier
  38. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,17): error C2065: 'buffer': undeclared identifier
  39. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,45): error C3083: 'string': the symbol to the left of a '::' must be a type
  40. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,53): error C2039: 'npos': is not a member of 'std'
  41. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  42. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,57): error C2065: 'npos': undeclared identifier
  43. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,13): error C2065: 'buffer': undeclared identifier
  44. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,41): error C3083: 'string': the symbol to the left of a '::' must be a type
  45. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,49): error C2039: 'npos': is not a member of 'std'
  46. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  47. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,53): error C2065: 'npos': undeclared identifier
  48. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,23): error C2039: 'File': is not a member of 'Executor'
  49. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  50. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,28): error C2065: 'buffer': undeclared identifier
  51. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,27): error C3861: 'File': identifier not found
  52. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,18): error C2065: 'buffer': undeclared identifier
  53. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,46): error C3083: 'string': the symbol to the left of a '::' must be a type
  54. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,54): error C2039: 'npos': is not a member of 'std'
  55. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  56. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,58): error C2065: 'npos': undeclared identifier
  57. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,23): error C2039: 'Find': is not a member of 'Executor'
  58. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  59. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,28): error C2065: 'buffer': undeclared identifier
  60. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,27): error C3861: 'Find': identifier not found
  61. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,18): error C2065: 'buffer': undeclared identifier
  62. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,48): error C3083: 'string': the symbol to the left of a '::' must be a type
  63. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,56): error C2039: 'npos': is not a member of 'std'
  64. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  65. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,60): error C2065: 'npos': undeclared identifier
  66. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,23): error C2039: 'Remove': is not a member of 'Executor'
  67. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  68. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,30): error C2065: 'buffer': undeclared identifier
  69. 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,29): error C3861: 'Remove': identifier not found
  70. 1>Executor.cpp
  71. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,20): error C2039: 'string': is not a member of 'std'
  72. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  73. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2065: 'string': undeclared identifier
  74. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2059: syntax error: 'const'
  75. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,20): error C2039: 'string': is not a member of 'std'
  76. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  77. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2065: 'string': undeclared identifier
  78. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2059: syntax error: 'const'
  79. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,22): error C2039: 'string': is not a member of 'std'
  80. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  81. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2065: 'string': undeclared identifier
  82. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2059: syntax error: 'const'
  83. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(23,10): error C2039: 'string': is not a member of 'std'
  84. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  85. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(23,21): error C3646: 'Path': unknown override specifier
  86. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(23,21): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  87. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(24,10): error C2039: 'string': is not a member of 'std'
  88. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  89. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(24,21): error C3646: 'Code': unknown override specifier
  90. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(24,21): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  91. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(28,9): error C2065: 'Path': undeclared identifier
  92. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(29,9): error C2065: 'Code': undeclared identifier
  93. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(36,10): error C2039: 'string': is not a member of 'std'
  94. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  95. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(36,21): error C3646: 'Name': unknown override specifier
  96. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(36,21): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  97. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,10): error C2039: 'vector': is not a member of 'std'
  98. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  99. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,16): error C2143: syntax error: missing ';' before '<'
  100. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,16): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  101. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,32): error C2238: unexpected token(s) preceding ';'
  102. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(41,9): error C2065: 'Name': undeclared identifier
  103. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45,6): error C2039: 'vector': is not a member of 'std'
  104. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  105. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45,12): error C2143: syntax error: missing ';' before '<'
  106. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45,12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  107. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,6): error C2039: 'vector': is not a member of 'std'
  108. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  109. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,12): error C2143: syntax error: missing ';' before '<'
  110. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  111. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,12): error C2086: 'int vector': redefinition
  112. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45): message : see declaration of 'vector'
  113. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48,6): error C2039: 'string': is not a member of 'std'
  114. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  115. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48,21): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  116. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48,13): error C2146: syntax error: missing ';' before identifier 'findstr'
  117. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,6): error C2039: 'string': is not a member of 'std'
  118. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  119. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,19): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  120. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,13): error C2086: 'int string': redefinition
  121. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
  122. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,13): error C2146: syntax error: missing ';' before identifier 'tmpstr'
  123. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,6): error C2039: 'string': is not a member of 'std'
  124. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  125. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,20): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  126. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,13): error C2086: 'int string': redefinition
  127. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
  128. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,13): error C2146: syntax error: missing ';' before identifier 'codestr'
  129. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,6): error C2039: 'string': is not a member of 'std'
  130. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  131. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,19): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  132. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,13): error C2086: 'int string': redefinition
  133. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
  134. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,13): error C2146: syntax error: missing ';' before identifier 'rmvstr'
  135. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,6): error C2039: 'string': is not a member of 'std'
  136. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  137. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,20): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  138. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,13): error C2086: 'int string': redefinition
  139. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
  140. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,13): error C2146: syntax error: missing ';' before identifier 'execstr'
  141. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,22): error C2039: 'string': is not a member of 'std'
  142. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  143. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,30): error C2065: 'from': undeclared identifier
  144. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,41): error C2039: 'string': is not a member of 'std'
  145. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  146. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,48): error C2059: syntax error: 'const'
  147. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(58,1): error C2143: syntax error: missing ';' before '{'
  148. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(58,1): error C2447: '{': missing function header (old-style formal list?)
  149. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,21): error C2039: 'string': is not a member of 'std'
  150. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  151. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,28): error C2059: syntax error: 'const'
  152. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,45): error C2039: 'string': is not a member of 'std'
  153. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  154. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(67,1): error C2143: syntax error: missing ';' before '{'
  155. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(67,1): error C2447: '{': missing function header (old-style formal list?)
  156. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(74,5): error C2065: 'tmpstr': undeclared identifier
  157. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,19): error C2065: 'tmpstr': undeclared identifier
  158. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,9): error C3861: 'ends_with': identifier not found
  159. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,47): error C2065: 'tmpstr': undeclared identifier
  160. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,37): error C3861: 'ends_with': identifier not found
  161. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,9): error C2065: 'scripts': undeclared identifier
  162. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,30): error C2065: 'tmpstr': undeclared identifier
  163. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,46): error C2065: 'codestr': undeclared identifier
  164. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(80,9): error C2065: 'codestr': undeclared identifier
  165. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(81,20): error C2065: 'codestr': undeclared identifier
  166. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(81,9): error C3861: 'remove_all': identifier not found
  167. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(84,10): error C2065: 'rmvstr': undeclared identifier
  168. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,20): error C2065: 'tmpstr': undeclared identifier
  169. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,28): error C2065: 'rmvstr': undeclared identifier
  170. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,9): error C3861: 'remove_all': identifier not found
  171. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,13): error C2065: 'tmpstr': undeclared identifier
  172. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,25): error C2065: 'findstr': undeclared identifier
  173. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,42): error C3083: 'string': the symbol to the left of a '::' must be a type
  174. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,50): error C2039: 'npos': is not a member of 'std'
  175. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  176. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,54): error C2065: 'npos': undeclared identifier
  177. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(91,13): error C2065: 'tmpstr': undeclared identifier
  178. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(91,23): error C2065: 'execstr': undeclared identifier
  179. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(94,42): error C2065: 'tmpstr': undeclared identifier
  180. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(94,64): error C2198: '_NewString': too few arguments for call
  181. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(101,9): error C2065: 'resources': undeclared identifier
  182. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,24): error C2065: 'scripts': undeclared identifier
  183. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,44): error C3536: 'it': cannot be used before it is initialized
  184. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,47): error C2065: 'scripts': undeclared identifier
  185. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(104,13): error C2065: 'resources': undeclared identifier
  186. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(104,48): error C2100: illegal indirection
  187. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(106,9): error C2065: 'scripts': undeclared identifier
  188. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(110,14): error C2039: 'string': is not a member of 'std'
  189. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  190. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(110,8): error C2064: term does not evaluate to a function taking 1 arguments
  191. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,16): error C2039: 'File': is not a member of 'Executor'
  192. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  193. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,26): error C2039: 'string': is not a member of 'std'
  194. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  195. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,33): error C2059: syntax error: 'const'
  196. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(135,1): error C2143: syntax error: missing ';' before '{'
  197. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(135,1): error C2447: '{': missing function header (old-style formal list?)
  198. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,16): error C2039: 'Find': is not a member of 'Executor'
  199. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  200. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,26): error C2039: 'string': is not a member of 'std'
  201. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  202. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,33): error C2059: syntax error: 'const'
  203. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(151,1): error C2143: syntax error: missing ';' before '{'
  204. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(151,1): error C2447: '{': missing function header (old-style formal list?)
  205. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,16): error C2039: 'Remove': is not a member of 'Executor'
  206. 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
  207. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,28): error C2039: 'string': is not a member of 'std'
  208. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  209. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,35): error C2059: syntax error: 'const'
  210. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(157,1): error C2143: syntax error: missing ';' before '{'
  211. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(157,1): error C2447: '{': missing function header (old-style formal list?)
  212. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,10): error C2039: 'cout': is not a member of 'std'
  213. 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
  214. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,15): error C2065: 'cout': undeclared identifier
  215. 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,15): fatal error C1003: error count exceeds 100; stopping compilation
  216. 1>Done building project "AltV Executor.vcxproj" -- FAILED.
  217. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  218.  
Advertisement
Add Comment
Please, Sign In to add comment