PRB: Call List Takes Longer to Display
ID: Q129741
|
The information in this article applies to:
-
Microsoft Visual Basic Standard, Professional, and Enterprise Editions, 32-bit only, for Windows, version 4.0
SYMPTOMS
It takes a long time to display the Call List after running out of stack
space with 32-bit Visual Basic version 4.0 in comparison to the time it
takes in the 16-bit version 4.0 and 3.0.
CAUSE
The call stack in the 32-bit version 1 megabyte, which is approximately 30
times the size of the 16-Bit versions.
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
- Start a new project in 32-Bit Visual Basic version 4.0 on Windows 95,
Windows 98, or Windows NT.
- Add a Basic Module to the Project, and enter this code:
Sub Main()
Main
End Sub
- Change the default start up module by choosing Options... from the Tools
menu. Select the project property sheet, and change the start-up module
to Sub Main
- Start the program by choosing Start from the Run menu or by pressing the
F5 key.
- Select the debug window when the "Out of Stack Space" error occurs.
- Press CTRL+L to bring up the calls list. After a few moments, a list
with a large number of procedure calls should appear.
Additional query words:
kbVBp400 kbdss kbVBp kbDSupport
Keywords : kbGrpVB
Version : WINDOWS:4.0
Platform : WINDOWS
Issue type : kbprb
|