PRB: Procedure too Large Error When Compiling in VB 4.0
Article ID: 129897
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q129897
SYMPTOMS
Some procedures that compile in Visual Basic version 3.0 generate the
following compile-time error message in Visual Basic version 4.0:
Procedure too large
CAUSE
The maximum size of the internal code for an individual procedure in Visual
Basic version 3.0 is 64K bytes. Microsoft Visual Basic version 4.0 for
Windows uses Microsoft Visual Basic for Applications, which generates more
generic internal code than does Microsoft Visual Basic version 3.0. This
generic code allows for compatibility with a wider range of processors.
This makes the internal code larger, so it can cause very large procedures
to exceed the 64K limit and fail to compile.
WORKAROUND
Split the large procedure into two or more smaller procedures.
STATUS
This behavior is by design.
Additional query words: 4.00 conversion vb4win vb4all
Keywords: kbprb KB129897