09.05.2011 12:32, Grégoire Badoual пишет:
Vector2.h: In constructor 'AS::CVector2<T>::CVector2(T)': /home/gbadoual/Workspace/proj/template/android_os/android/jni/maths/ Vector2.h:34: error: class 'AS::CVector2<T>' does not have any field named 'X' /home/gbadoual/Workspace/proj/template/android_os/android/jni/maths/ Vector2.h:35: error: class 'AS::CVector2<T>' does not have any field named 'Y'
You forgot to declare fields X and Y in Vector2. Perhaps the other errors are related to that (C++ is difficult to parse, and sometimes one error makes compilers think there are others).
And please take further discussion to a more appropriate forum - android-ndk or a C++ forum / mailing list.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

