Проект прекрасно компилировался без апдейта 2 а теперь имеем ошибку на строке:
_di_JIntent intent;
intent = new TJIntent;
[bccaarm Error] UnitServis.cpp(131): no viable overloaded '='
systobj.h(312): candidate function not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'const DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent>' for 1st argument
systobj.h(329): candidate function not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'Androidapi::Jni::Graphicscontentviewtext::JIntent *' for 1st argument
systobj.h(303): candidate template ignored: could not match 'DelphiInterface<type-parameter-0-0>' against 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *'
Если написать так:
_di_JIntent intent = new TJIntent;
Ошибка:
[bccaarm Error] UnitServis.cpp(131): no viable conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to '_di_JIntent' (aka 'DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent>')
systobj.h(261): candidate constructor not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'const DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent> &' for 1st argument
systobj.h(268): candidate constructor not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'Androidapi::Jni::Graphicscontentviewtext::JIntent *' for 1st argument
systobj.h(254): candidate template ignored: could not match 'DelphiInterface<type-parameter-0-0>' against 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *'
systobj.h(278): candidate template ignored: disabled by 'enable_if' [with TArg = Androidapi::Jni::Graphicscontentviewtext::TJIntent *]
Вопрос
Kitty
Проект прекрасно компилировался без апдейта 2 а теперь имеем ошибку на строке:
_di_JIntent intent;
intent = new TJIntent;
[bccaarm Error] UnitServis.cpp(131): no viable overloaded '='
systobj.h(312): candidate function not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'const DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent>' for 1st argument
systobj.h(329): candidate function not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'Androidapi::Jni::Graphicscontentviewtext::JIntent *' for 1st argument
systobj.h(303): candidate template ignored: could not match 'DelphiInterface<type-parameter-0-0>' against 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *'
Если написать так:
_di_JIntent intent = new TJIntent;
Ошибка:
[bccaarm Error] UnitServis.cpp(131): no viable conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to '_di_JIntent' (aka 'DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent>')
systobj.h(261): candidate constructor not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'const DelphiInterface<Androidapi::Jni::Graphicscontentviewtext::JIntent> &' for 1st argument
systobj.h(268): candidate constructor not viable: no known conversion from 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *' to 'Androidapi::Jni::Graphicscontentviewtext::JIntent *' for 1st argument
systobj.h(254): candidate template ignored: could not match 'DelphiInterface<type-parameter-0-0>' against 'Androidapi::Jni::Graphicscontentviewtext::TJIntent *'
systobj.h(278): candidate template ignored: disabled by 'enable_if' [with TArg = Androidapi::Jni::Graphicscontentviewtext::TJIntent *]
Как исправить?
Ссылка на комментарий
0 ответов на этот вопрос
Рекомендуемые сообщения
Присоединяйтесь к обсуждению
Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.