0x00031640 < 0x0003CC00
0x00031640 + 0x001712B > 0x0003CC00

so 0x003CC00 is inside your struct? Or do you mean &Y is 0x00031640 and Y is something else? Maybe you access the struct in a wrong way then? How do you do it?

Henk

Dan wrote:
I should add something to this query actually...

I have this variable which is a pointer that is outside of the stack range
that the error message mentioned.  In fact, the address of this pointer
variable (we can call it Y) is 0x00031640.  Now, this variable points to a
structure whose size is 1712B.  When I access beyond a certain member in the
structure, I get the error mentioned.  Now, if Y weren't a pointer, I think
I would have gotten a stack overflow error instead of what I got.
--
-------------------------------------------------------------------------
[EMAIL PROTECTED]                                       www.metaviewsoft.de

<A HREF="http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946";>
<IMG SRC="http://user.cs.tu-berlin.de/~jonash/werbung.jpg";></A>
-------------------------------------------------------------------------


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

Reply via email to