--- Alexandre Kazantsev <[EMAIL PROTECTED]> wrote:
> 
> 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 !!!
> }

Is fieldptr_Query actually a FieldType * that has been properly
initialized and is in scope?


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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

Reply via email to