Read-only archive of the All About Symbian forum (2001–2013) · About this archive

pointer question

0 replies · 1,307 views · Started 26 September 2003

hi

how can i prevent an user panic 11 with the following code ?

--------------
CPtrCArray* b = new (ELeave) CPtrCArray(5);
TPtrC c = b->MdcaPoint(index);

TBuf<256> buf1=_L("\1"😉;
buf1.Append(c);

aOplAPI.PushL(buf1.Ptr());
--------------

ciao