Urgent ...Please help
Login to reply to this topic.
Thu, 2004-09-16 20:32
Joined: 2004-07-02
Forum posts: 28
Hi ,

I have an urgent problem.

I have CDesC16Array
with say contents "ONE", "TWO"

Now I want have a structure as below:
class TName
{
public:
   TBuf16<50> One;
   TBuf16<50> Two;   
};
typedef TPckgBuf<TName> TVals;

I am facing KERN EXEC 3 error while copying from the a TBuf16 to this package Buf

The same works perfectly fine in the emulator.

Sat, 2004-09-18 07:32
Joined: 2003-08-20
Forum posts: 9
Could you provide some code, please?

-
K

copyright 2003-2009 NewLC SARL