| Reply | « Previous Thread | Next Thread » |
|
i am getting KERN-EXEC 0 on the emulator,when using RWSPCOConn for WAP connection.
i have given my code below.Anyone pls help out to solve this issue. regards, Parthi RWSPCOConn iWapConn; RWAPServ iWapServ; RWSPCOTrans trans; TInt ret; TBuf8<1024> data; RWSPCOConn::TEvent event; iWapConn.Open(iWapServ, _L8("203.177.42.214"), 9201, 0, EIP, EFalse); CCapCodec* codec = CCapCodec::NewL(); codec->SetServerSDUSize(150000); codec->SetClientSDUSize(150000); if(iWapConn.Connect(_L8(""), codec) == KErrNone) { if(iWapConn.CreateTransaction(RWAPConn::EGet, _L("http://www.yahoo.com/index.html"), _L8(""), _L8(""), trans) == KErrNone) { do { ret = trans.GetData(data, RWSPCOTrans::EResultBody); // returns access denied here! } while(ret == RWAPConn::EMoreData); trans.Release(); } |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| KERN EXEC 0 panic at second use of an RObject and not on first | saurabh_gyl | General Symbian C++ | 2 | 2007-07-19 02:29 |
| why kern exec 3 on CopyFile? | flicker82 | General Symbian C++ | 2 | 2005-05-16 03:25 |
| please help! setting page issue (checkbox) kern exec 3 | flicker82 | Symbian User Interface | 4 | 2005-02-10 13:57 |
| KERN EXEC 3 system Error | pankajmahto | General Symbian C++ | 7 | 2004-05-24 05:03 |
| DirectGraphics/fillPolygon and KERN - EXEC 3 on 7650 | andrew_nevick | Mobile Java General | 0 | 2003-03-03 10:15 |