Hi friends,
My location aware app always pends at RPositionServer::Connect(),
sometimes it did not pend at that line,
any friend met such case before?
Any explanation?
Thank you.
Hi friends,
My location aware app always pends at RPositionServer::Connect(),
sometimes it did not pend at that line,
any friend met such case before?
Any explanation?
Thank you.
//---------------------------------------------------------------------------------
Stand on the shoulders of the Great and build a better world.
//---------------------------------------------------------------------------------
No body met something like this before?
//---------------------------------------------------------------------------------
Stand on the shoulders of the Great and build a better world.
//---------------------------------------------------------------------------------
How about this issue ? Did it be fixed ? How ?
I got the same problem. If anybody already got the solution, please share with me.
Thanks in advance.
it seems that this problem has been caused by "User::LeaveIfError()". after I removed it, the whole problem can keep running.
User::LeaveIfError leaves if there is an error (its argument is a negative number). Otherwise it does not do anything.
You should still check what RPositionServer::Connect returns. If it is an error code, the method has not succeeded, and usage attempts on the object will result in a panic.