Android tests
What is the problem?
Reply
Thanks given by:
Not completely sure. I got ~160 errors.
Reply
Thanks given by:
Are they to do with unsupported functionality, or just compatibility issues with Android coding?
Reply
Thanks given by:
Well I didn't try to compile it for Android, so I guess something is unsupported.
Reply
Thanks given by:
maybe this?
http://blogs.msdn.com/b/vcblog/archive/2...piler.aspx
Reply
Thanks given by:
I don't think that has anything to do with my problems. I get errors, while that blog was about new warnings.
Reply
Thanks given by:
You can read?Tongue
"If you use /WX, these new warnings could cause some of your old projects to no longer build. To work around this, you can use #pragma warning or the /wd compiler option to disable them. Alternatively, a new compiler option has been added to allow you to control the set of warnings emitted by the compiler, in order to facilitate the compilation of code that you don't wish to modify. To suppress warnings introduced after compiler version XX.YY.ZZZZ, use /Wv:XX.YY.ZZZZ. XX is the major version number of the compiler, which is 15 for Visual Studio 2008, 16 for Visual Studio 2010, 17 for Visual Studio 2012, and 18 for Visual Studio 2013."
Reply
Thanks given by:
No it didn't work. Still the same errors:
Code:
Severity    Description    Project    File    Line
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    72
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    72
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    100
Error    error C2061: syntax error: identifier 'value' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    100
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    101
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    101
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    154
Error    error C2059: syntax error: 'throw' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    154
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    155
Error    error C2091: function returns function (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    155
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    168
Error    error C2988: unrecognizable template declaration/definition (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    168
Error    error C2059: syntax error: ')' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    168
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    175
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    175
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    175
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    176
Error    error C2065: '_Ty': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    176
Error    error C2065: '_Container': undeclared identifier (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Ty' is not a valid template type argument for parameter '_Ty' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    176
Error    error C2923: 'std::stack': '_Container' is not a valid template type argument for parameter '_Container' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    176
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\MojangAPI.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Protocol\Authenticator.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\ManualBindings.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Bindings\PluginManager.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Mobs\Monster.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\BlockEntities\CommandBlockEntity.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\DeadlockDetect.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\RankManager.cpp)    MCServer    stack    177
Error    error C2143: syntax error: missing ';' before '{' (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    177
Error    error C2447: '{': missing function header (old-style formal list?) (compiling source file D:\Projects\MCServer Android\MCServer 2\src\Root.cpp)    MCServer    stack    177
Error    error C1189: #error:  Only MS VC++ 5/6/7/7.1/8/9/10/11/12 supported. Check if the '_CrtMemBlockHeader' has not changed with this compiler!    MCServer    LeakFinder.cpp    108
Reply
Thanks given by:
What is "stack.h" used for?
Reply
Thanks given by:
No idea ;S
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)