Загугли исходную ошибку. Мне попадалась страница, где утверждалось, что нужно указать, какие жесты ожидать. За одно они все были показаны.
Так при сборке под винду никакой ошибки и не выдает, просто приложение не реагирует на движение мышкой. А где ещё надо поставить галочки кроме как во вкладке touch/gestures/standard?
А при сборке этого куска кода под андроид вот что выдаёт
[bccaarm Error] HeaderFooterTemplate.cpp(109): use of overloaded operator '==' is ambiguous (with operand types 'const Fmx::Types::TGestureID' and 'const System::Int8' (aka 'const signed char'))
sysmac.h(985): candidate function
sysmac.h(981): candidate function
sysmac.h(989): candidate function
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, int)
sysvari.h(3474): candidate function
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(int, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(double, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long double, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(long long, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned int, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long, unsigned long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, float)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(float, long double)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, long long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, unsigned int)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, unsigned long)
HeaderFooterTemplate.cpp(109): built-in candidate operator==(unsigned long long, unsigned long long)
sysvari.h(3488): candidate function
почему?