At 04:35 PM 2/28/00 +0530, you wrote:
>>"Alagesh" <[EMAIL PROTECTED]> wrote in message
news:3270@palm-dev-forum...
>>
>>> tempRecH = MemHandleNew( 3K );
>>> bufferH = MemHandleNew( 8K );
>>> if(bufferH != NULL && tempRecH != NULL)
>>> {
>>> tempRecP = MemHandleLock(tempRecH);
>>> buffer = MemHandleLock(bufferH);
>>> }
>>>
>>> Memory to hold the actual content and the buffer are allocated as above ,
>>> But when I do the write operation as follows ,
>>>
>>> DmWrite ( tempRecP, tempTxtInd, &buffer[i], sizeof(char) ) ;
>>>
How do you calculate tempTxtInd?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html