FIX: GPF/UAE When Create or Use Huge Array w/ Large Elements (95290)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 2.0
This article was previously published under Q95290 SYMPTOMS
A general protection (GP) fault or unrecoverable application error (UAE)
may occur when you try to run or compile a program if an array meets all
of the following criteria: - It is a huge array (greater then 64k in total size).
- The size of the array elements are large (usually 512 bytes or
greater). This will usually occur only when the array elements
are user-defined type variables.
- An array element contains either one or more variant or variable
length string variables.
WORKAROUND
To work around the problem, change the element size of the array elements.
In general, the smaller the element size, the less likely the problem.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Visual Basic
version 2.0 for Windows. This problem was corrected in Microsoft Visual
Basic version 3.0 for Windows.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbbug KB95290 |
---|
|