RE: Android tests - LO1ZB - 12-29-2014
What is the problem?
RE: Android tests - NiLSPACE - 12-29-2014
Not completely sure. I got ~160 errors.
RE: Android tests - tigerw - 12-29-2014
Are they to do with unsupported functionality, or just compatibility issues with Android coding?
RE: Android tests - NiLSPACE - 12-29-2014
Well I didn't try to compile it for Android, so I guess something is unsupported.
RE: Android tests - LO1ZB - 12-29-2014
maybe this?
http://blogs.msdn.com/b/vcblog/archive/2014/11/12/improvements-to-warnings-in-the-c-compiler.aspx
RE: Android tests - NiLSPACE - 12-29-2014
I don't think that has anything to do with my problems. I get errors, while that blog was about new warnings.
RE: Android tests - LO1ZB - 12-29-2014
You can read?
"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."
RE: Android tests - NiLSPACE - 12-29-2014
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
RE: Android tests - LO1ZB - 12-30-2014
What is "stack.h" used for?
RE: Android tests - NiLSPACE - 12-30-2014
No idea ;S
|