Hello,
I want to use QueryWinL, but when I try to use it, my application is close. compilation is OK. My application use the camera and when user take snap I want display the message box
I have try :
TBool value = iEikonEnv->QueryWinL(_L("text"),_L("Continue?"));
and this line too:
TBool value = CEikonEnv::QueryWinL(_L("text"),_L("Continue?"));
and this too
TBool value = CEikonEnv::Static()->QueryWinL(_L("text"),_L("Continue?"));
with CAknGlobalConfirmationQuery, initialisation failed
CAknGlobalConfirmationQuery* temp = CAknGlobalConfirmationQuery::NewLC();
could I use this function in particular class?



