Re: For loop failing on dell 800
From: Bruce Roberts (ber_at_bounceitattcanada.xnet)
Date: 01/29/04
- Next message: Maarten Wiltink: "Re: How can I stop controls from executing default keyboard and mouse behavior?"
- Previous message: Rob Kennedy: "Re: Formstyle"
- In reply to: Ralph Freshour: "For loop failing on dell 800"
- Next in thread: Ralph Freshour: "Re: For loop failing on dell 800"
- Reply: Ralph Freshour: "Re: For loop failing on dell 800"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jan 2004 14:17:41 -0500
"Ralph Freshour" <ralph@primemail.com> wrote in message
news:so8i10lveugfb8q6mo19kmobk1rdkms9b7@4ax.com...
> I have the following code that is generating an error at around the
> 500th index - I'm trying to create 1000 objects. This code works OK in
> many PC's except the Dell Latitude D600 and D800.
>
> Does anyone know what might be different in these machines that would
> cause this code to fail half way through the for loop? One machine has
> 1GB of ram and is running windows 2000.
Wow you sure gave us a lot of detail to work with. What error specifically
is being generated? What is the declaration of VUSERS? Are you positive that
VUSERS has an upper bound of MAX_HTTP_OBJECTS? Are you positive that VUSERS
has a lower bound of zero? Is the error generated at index value 500 or some
other index value? Is the error generated at the same value each time, each
time on the same machine, or seemingly randomly? How many other pc have you
tried the exact same code on? Are they similarly configured to the problem
machines? Are they running the same o/s? At the same patch level?
- Next message: Maarten Wiltink: "Re: How can I stop controls from executing default keyboard and mouse behavior?"
- Previous message: Rob Kennedy: "Re: Formstyle"
- In reply to: Ralph Freshour: "For loop failing on dell 800"
- Next in thread: Ralph Freshour: "Re: For loop failing on dell 800"
- Reply: Ralph Freshour: "Re: For loop failing on dell 800"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|