12-29-2014, 05:26 AM
What is the problem?
Android tests
|
12-29-2014, 05:26 AM
What is the problem?
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.
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."
12-29-2014, 10:20 AM
No it didn't work. Still the same errors:
Code: Severity Description Project File Line
12-30-2014, 08:17 AM
What is "stack.h" used for?
12-30-2014, 08:30 AM
No idea ;S
|
« Next Oldest | Next Newest »
|