12-29-2014, 05:26 AM
12-29-2014, 05:48 AM
Not completely sure. I got ~160 errors.
12-29-2014, 07:51 AM
Are they to do with unsupported functionality, or just compatibility issues with Android coding?
12-29-2014, 07:59 AM
Well I didn't try to compile it for Android, so I guess something is unsupported.
12-29-2014, 09:28 AM
12-29-2014, 09:50 AM
I don't think that has anything to do with my problems. I get errors, while that blog was about new warnings.
12-29-2014, 09:53 AM
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."

"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."
12-29-2014, 10:20 AM
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
12-30-2014, 08:17 AM
What is "stack.h" used for?
12-30-2014, 08:30 AM
No idea ;S