FIX: Use of Implements and Public Constants Crashes Compiler (171489)
The information in this article applies to:
- Microsoft Visual Basic Control Creation Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q171489 SYMPTOMS
Using the IMPLEMENTS statement in a private class that is implementing
another private class in the same project can cause a compiler error if
public module level constants used by the implemented class are not located
in the same .BAS file. This error occurs whether the code is compiled to
p-code or native code. It does not occur while running in the IDE.
RESOLUTION
To work around this behavior, declare all public module level constants
used by an implemented class in the same .BAS file.
In the sample below, if LF_FACESIZE is declared in the same module as the
other public module level constants (in Module1 rather than Module2), then
the error does not occur.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Studio
97 Service Pack 2.
For more information on the Visual Studio 97 Service Pack 2, please see the
following article in the Microsoft Knowledge Base:
170365
: INFO: Visual Studio 97 Service Packs - What, Where, and Why
For a list of the Visual Basic 5.0 bugs that were fixed in the Visual
Studio 97 Service Pack 2, please see the following article in the Microsoft
Knowledge Base:
171554
: INFO: Visual Basic 5.0 Fixes in Visual Studio 97 Service Pack 2
Modification Type: | Major | Last Reviewed: | 12/10/2003 |
---|
Keywords: | kbbug kbfix kbVBp500fix kbVS97sp2fix KB171489 |
---|
|