New to C/C++ Using Android NDK to port Legacy code, getting compile errors
- by Donal Rafferty
I have been trying to take some old Symbian C++ code over to Android today using the NDK.
I have little to no C or C++ knowledge so its been a chore, however has to be done.
My main issue is that I'm having trouble porting what I believe is Symbian specifi code to work using the small C/C++ subset that is available with the Android NDK.
Here is a picture of the compilation errors I'm getting using cygwin
I was wondering if anyone could point me in the right direction on how to deal with these errors? For instance is TBool/Int/TUint/RPointerArray/RSocket a Symbian primitive and thats why it wont compile or is it something else?
Also what is ISO C++?
Any tutorials, guides or tips and help would be greatly appreciated.