Hi All,
I found an strange issue in my N 95, i have an application that launch exe which dial a call on given number, this application work fine on OS 9.1 (N73) and 9.3(N78), but when i run this application on N95, application goes crash, following red line of code.
For geeting the panic i use y crash monitor, but here i found nothing but two exe crash information is there
MGX DB Work thread0
Kill: 0,Kill
MGX DB Work thread1
Kill: 0,Kill
Please any body help me.
Code:RProcess server; CleanupClosePushL(server); TFileName fnAppPath = _L("\\system\\apps\\s603ddail.exe"); server.Create(fnAppPath, _L(""),EOwnerProcess); server.Resume(); CleanupStack::PopAndDestroy();



Reply With Quote


