FIX: Calling Method in User Ctrl w/ParamArray Causes Fatal Exception During CompileID: Q221225
|
If no parameter is passed, a fatal exception occurs in Visual Basic 6.0 when you compile a project that calls a method in a user control with a ParamArray parameter.
There is no workaround available for this problem. You must pass at least one parameter to avoid it.
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
Q194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
Option Explicit
Public Function PassVararg (ParamArray t() As Variant) As Long
End Function
Dim k as Long
k = Ocx1.PassVararg
Additional query words:
Keywords : kbservicepack kbActiveX kbCtrlCreate kbVBp600bug kbGrpVB kbVS600sp2 kbVS600SP1 kbVS600sp3fix
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 19, 1999