P
Peter
Hello,
I'm programming a application on a WINCE 4.2 device
In the mainform(frmMain) I start a thread in formload event which reads the
GPS coordinates from port1 (internal GPS-reciever)
the coordinates are stored in Global variables
After a while (everytime on a differenty time moment) I get the exception :
IndexOutOfRangeException
Application::Run+0xf
frmMain::Main+0xa
I can't debug the application on the device so it's hard to trap the
exception.
My question is : what exactly means the IndexOutOfRangeException ?, so that
I have a direction where to look and how to avoid the exception ?
Thanks for any input.
Peter.
I'm programming a application on a WINCE 4.2 device
In the mainform(frmMain) I start a thread in formload event which reads the
GPS coordinates from port1 (internal GPS-reciever)
the coordinates are stored in Global variables
After a while (everytime on a differenty time moment) I get the exception :
IndexOutOfRangeException
Application::Run+0xf
frmMain::Main+0xa
I can't debug the application on the device so it's hard to trap the
exception.
My question is : what exactly means the IndexOutOfRangeException ?, so that
I have a direction where to look and how to avoid the exception ?
Thanks for any input.
Peter.