Hi ,

I'm getting the "Non-word-aligned handle" SysFatalAlert" from the code
{
 char nullstring = 0;
 MemHandle initH;
 
 initH = MemHandleNew(1);
 StrCopy( (char *)MemHandleLock(initH), &nullstring);
 MemHandleUnlock(initH);
 FldSetTextHandle(fieldptr_Query, initH);
//!!! The line above generates the error !!!
}

What am I doing wrong? Please help me out. Thanks in advance.



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

Reply via email to