Thanks to Ludos very much, you give me a lot help.
Type: Posts; User: NokiaBoy; Keyword(s):
Thanks to Ludos very much, you give me a lot help.
3X to ltomuta & angelmrayo, you help me a lot.
Thanks to cattaneo@dia.unisa.it :
I happened
"Visual Studio Just-In-Time Debugger"
("An unhandled win32 exception occurred in epoc.exe")
So I uninstalled the S60 3rd FP2 SDK & S60 5th...
Hello, guys, it happened the same question to me, I just start the emulator directly, but the emulator could not run, and dialog this:
Visual Studio Real-time debugger
Untreated win32 exception...
_LIT(KAttention, "Attention:");
_LIT(KQuery, "Do you need service ?");
_LIT(KYes, "Yes");
_LIT(KNo, "No");
也可以试试这个:
RNotifier iQueryDlg;
User::LeaveIfError(iQueryDlg.Connect());
TInt iBtnRtn(-1);
TRequestStatus status;
iQueryDlg.Notify(KAttention, KQuery, KYes, KNo, iBtnRtn, status);
...
3X to lesscome3, you help me a lot.
杀掉phone.exe:
RProcess phoneProc;
TProcessId phoneProceId(157);
phoneProc.Open(phoneProceId);
phoneProc.Kill(0);
也不行,至少我测试时这样的。
以下方法我在 S60 3rd 都测试过了,都不行,当然,我没有证书。
1
enum TSWStartupReason
{
// Normal startup reasons (100..149)
// Nothing set the (default value).
ESWNone = 100,
// Restore...
Thanks to wizard_hu_
You give a big help to me, thank you very much again.
I can't open Emulator(epoc.exe) , too.
I click : Start->All programs->S60 Developer Tools->5th Edition SDK->V1.0->Emulator, then closed itself, I don't know why & how I fix.
Can any greate...
Anybody can help solution the problem, when I start the emulator, then happen exception, I don't do anything include install & develope app.
3Q!!!
You can do like this:
TBuf<255> iStrCmagicUrl;
TPtrC8 ptr(reinterpret_cast<const TUint8*>(iStrCmagicUrl.Ptr()));
能否通过参数来设置是否旋转呢?例如:true 对应旋转,而 false 对应不旋转。
请问:No source available for "Unknown (0x807951CE)()" 是什么意思啊???
如果和解决,我都快崩溃了,是在执行 SetOrientationL 方法时产生的,望‘师傅’指教。
我认为目前 Symbian 程序还有做到不随屏幕改变为横屏时跟随改变,例如:竖屏时不可能调用横屏状态时的对话框。
First, thanks to 'andreimarincas87' and thanks very much. Your solution is perfact to solute the problem, I do it as your words and pass the on-device debug, don't show the dialog of Carbide Alert...