At 12:49 PM -0500 1999/11/01, Steven C Chan wrote: >... >When I cast to a char* and >do a StrCopy, that works. But after I walk to the ULong >and cast the address to a ULong* and then derefernce it, >that's when it dies. Thanks. The DragonBall 68328 cannot reference integers on odd byte boundaries. You'll need to copy the data into a local (aligned) variable first, byte-by-byte. Regards, Jim Schram 3Com/Palm Computing Partner Engineering
- problems reading a record Steven C Chan
- Re: problems reading a record Jim Schram
- Re: problems reading a record Gordon, Douglas
