Search the web
Sign In
New User? Sign Up
palmnest · Support for palmoid.com software
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
ARM pointers   Message List  
Reply | Forward Message #50 of 768 |
Re: [palmnest] ARM pointers

I think that pFileds pointer is aligned to 16-bit boudary, not 32-bit as required for such pointers. Use ReadUnaligned32 macro. Also don't forget to use -fshort-enums option.
----- Original Message -----
Sent: Sunday, October 19, 2003 10:15 PM
Subject: [palmnest] ARM pointers

This is Nori again.

When I trap SysHandleEvent and try to do something
for fldEnterEvent, I can't use FldGetTextPtr with
event->data.fldEnter.pField. It causes fatal error.
It seems like I need some endian joggling and word alighnment, but I'm
not sure what I need. I'm new to ARM development.
Can you point a crue of this problem to me?

Thanks,
--
Nori


Sun Oct 19, 2003 6:46 pm

nest_nest1
Offline Offline
Send Email Send Email

Forward
Message #50 of 768 |
Expand Messages Author Sort by Date

This is Nori again. When I trap SysHandleEvent and try to do something for fldEnterEvent, I can't use FldGetTextPtr with event->data.fldEnter.pField. It causes...
noriknzw2003
Offline Send Email
Oct 19, 2003
6:16 pm

I think that pFileds pointer is aligned to 16-bit boudary, not 32-bit as required for such pointers. Use ReadUnaligned32 macro. Also don't forget to use...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 19, 2003
6:47 pm

Hi, ... 32-bit as required for such pointers. Use ReadUnaligned32 macro. Also don't forget to use It seems that there are 2 byte padding between...
noriknzw2003
Offline Send Email
Oct 20, 2003
3:32 am

Try names like SysEventAddToQueue and similar. If you send me this mispellings, I can add them to libraries with both names. About padding: there are...
Igor Nesterov
nest_nest1
Offline Send Email
Oct 20, 2003
8:04 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help