|
-
January 6th, 2010, 12:01 PM
#2
Re: Array of Object Pointers
No one knows what the values of those variables you're using are. We don't know when, where, and how those functions are called, or what context they're called in, etc..
Runtime errors involving memory handling requires us to have the code, compile it ourselves, and run it with the data that you're using. Otherwise, the only thing that anyone can tell you is to check your indices and memory overwrites.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|