sorry, but it does not work like that... I am still having an error when I
execute it. I mean, it tells me that the application is trying to access the
memory manager data structures.
What should I do? Any examples?
Thanks,
Nicolas

-----Mensaje original-----
De: Bradly J. Barton <[EMAIL PROTECTED]>
Para: Palm Developer Forum <[EMAIL PROTECTED]>
Fecha: Martes, 24 de Abril de 2001 04:34 p.m.
Asunto: Re: DmNewRecord


>>  size = StrLen ( Jugador.NickName ) + StrLen ( Jugador.Nombre ) + 2;
>>  recordHandle = DmNewRecord ( JugadoresDB, &index , size );
>>  JugadorPtr = MemHandleLock ( recordHandle );
>> // here is where the pose tells me that a fatal exeption ocurred... what
>is
>> wrong?
>>  DmWrite ( recordHandle, 0, Jugador.Nombre, size );
>>  MemHandleUnlock ( recordHandle );
>>  DmReleaseRecord ( JugadoresDB, index, true );
>
>DmWrite(JugadorPtr, 0, Jugador.Nombre, size);
>
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to