> 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/