Results 1 to 3 of 3

Thread: [2.0] three dimensional array

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    [2.0] three dimensional array

    im writing code for a pda and i need to know if there is any way i get a really big 3 dimensional array. i keep getting the out of memory exception. i understand that if i dont have enough memory it cant run but i have the system memory up when im trying to run the application and i still have memory free when its loading. is a 360 by 136 by 136 array. any thoughts on what i could do?

    edit

    it is an array of points.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] three dimensional array

    It may well be that your app is using more than the memory that it's been allocated, even if the system has more. I couldn't tell you how to get more memory allocated to your app but it's a line of enquiry you could follow.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    Re: [2.0] three dimensional array

    well do you have any ideas on how to speed up a lockbits statment?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width