FIX: Out of Memory w/ Var Named ClientLeft/Top/Width/Height (102069)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
This article was previously published under Q102069 SYMPTOMS
When you use a variable named ClientLeft, ClientTop, ClientWidth, or
ClientHeight without explicitly defining the variable with Dim or Global,
Visual Basic incorrectly generates the error "Out of memory - insufficient
variable space," error code 3761.
WORKAROUND
Define the variable using Dim or Global. For example:
Dim ClientLeft As Single
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This problem has been corrected in Visual
Basic version 4.0.
Modification Type: | Major | Last Reviewed: | 10/28/2003 |
---|
Keywords: | kbbug kbfix KB102069 |
---|
|