Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: AltV Executor, Configuration: Release x64 ------
- 1>dllmain.cpp
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,20): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,20): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,22): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(15,16): error C2065: 'FILE': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(15,22): error C2059: syntax error: ')'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(16,16): error C2065: 'FILE': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(16,22): error C2059: syntax error: ')'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,10): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2146: syntax error: missing ';' before identifier 'buffer'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(20,17): error C2065: 'buffer': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(21,10): error C2039: 'size_t': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,14): error C2039: 'getline': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,27): error C2039: 'cin': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,30): error C2065: 'cin': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,32): error C2065: 'buffer': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(25,21): error C3861: 'getline': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(27,17): error C2065: 'buffer': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(29,35): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(29,39): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,17): error C2065: 'buffer': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,53): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(31,57): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,13): error C2065: 'buffer': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,49): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(37,53): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,23): error C2039: 'File': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,28): error C2065: 'buffer': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(38,27): error C3861: 'File': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,18): error C2065: 'buffer': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,54): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(39,58): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,23): error C2039: 'Find': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,28): error C2065: 'buffer': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(40,27): error C3861: 'Find': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,18): error C2065: 'buffer': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,56): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(41,60): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,23): error C2039: 'Remove': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,30): error C2065: 'buffer': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\dllmain.cpp(42,29): error C3861: 'Remove': identifier not found
- 1>Executor.cpp
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,20): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(6,27): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,20): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(7,27): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,22): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2065: 'string': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(8,29): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(23,10): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(23,21): error C3646: 'Path': unknown override specifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(24,10): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(24,21): error C3646: 'Code': unknown override specifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(28,9): error C2065: 'Path': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(29,9): error C2065: 'Code': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(36,10): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(36,21): error C3646: 'Name': unknown override specifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,10): error C2039: 'vector': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,16): error C2143: syntax error: missing ';' before '<'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(37,32): error C2238: unexpected token(s) preceding ';'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(41,9): error C2065: 'Name': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45,6): error C2039: 'vector': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45,12): error C2143: syntax error: missing ';' before '<'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,6): error C2039: 'vector': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,12): error C2143: syntax error: missing ';' before '<'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(46,12): error C2086: 'int vector': redefinition
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(45): message : see declaration of 'vector'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48,6): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48,13): error C2146: syntax error: missing ';' before identifier 'findstr'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,6): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,13): error C2086: 'int string': redefinition
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(49,13): error C2146: syntax error: missing ';' before identifier 'tmpstr'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,6): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,13): error C2086: 'int string': redefinition
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(50,13): error C2146: syntax error: missing ';' before identifier 'codestr'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,6): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,13): error C2086: 'int string': redefinition
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(51,13): error C2146: syntax error: missing ';' before identifier 'rmvstr'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,6): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,13): error C2086: 'int string': redefinition
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(48): message : see declaration of 'string'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(52,13): error C2146: syntax error: missing ';' before identifier 'execstr'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,22): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,30): error C2065: 'from': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,41): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(57,48): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(58,1): error C2143: syntax error: missing ';' before '{'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(58,1): error C2447: '{': missing function header (old-style formal list?)
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,21): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,28): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(66,45): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(67,1): error C2143: syntax error: missing ';' before '{'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(67,1): error C2447: '{': missing function header (old-style formal list?)
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(74,5): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,19): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,9): error C3861: 'ends_with': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,47): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(76,37): error C3861: 'ends_with': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,9): error C2065: 'scripts': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,30): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(77,46): error C2065: 'codestr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(80,9): error C2065: 'codestr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(81,20): error C2065: 'codestr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(81,9): error C3861: 'remove_all': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(84,10): error C2065: 'rmvstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,20): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,28): error C2065: 'rmvstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(85,9): error C3861: 'remove_all': identifier not found
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,13): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,25): error C2065: 'findstr': undeclared identifier
- 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
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,50): error C2039: 'npos': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(88,54): error C2065: 'npos': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(91,13): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(91,23): error C2065: 'execstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(94,42): error C2065: 'tmpstr': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(94,64): error C2198: '_NewString': too few arguments for call
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(101,9): error C2065: 'resources': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,24): error C2065: 'scripts': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,44): error C3536: 'it': cannot be used before it is initialized
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(103,47): error C2065: 'scripts': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(104,13): error C2065: 'resources': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(104,48): error C2100: illegal indirection
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(106,9): error C2065: 'scripts': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(110,14): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(110,8): error C2064: term does not evaluate to a function taking 1 arguments
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,16): error C2039: 'File': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,26): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(134,33): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(135,1): error C2143: syntax error: missing ';' before '{'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(135,1): error C2447: '{': missing function header (old-style formal list?)
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,16): error C2039: 'Find': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,26): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(150,33): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(151,1): error C2143: syntax error: missing ';' before '{'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(151,1): error C2447: '{': missing function header (old-style formal list?)
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,16): error C2039: 'Remove': is not a member of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.h(3): message : see declaration of 'Executor'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,28): error C2039: 'string': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(156,35): error C2059: syntax error: 'const'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(157,1): error C2143: syntax error: missing ';' before '{'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(157,1): error C2447: '{': missing function header (old-style formal list?)
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,10): error C2039: 'cout': is not a member of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\predefined C++ types (compiler internal)(418): message : see declaration of 'std'
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,15): error C2065: 'cout': undeclared identifier
- 1>C:\Users\PC\source\repos\AltV Executor\Executor.cpp(164,15): fatal error C1003: error count exceeds 100; stopping compilation
- 1>Done building project "AltV Executor.vcxproj" -- FAILED.
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment