The information in this article applies to:
SYMPTOMSWhen you explicitly refer to variables in a module, such as Module1.Variable1, the following error occurs:
RESOLUTIONWhen you compile Windows CE projects in Visual Basic all module information is concatenated together and module names are not retained. Thus, making the module variables public and referring to them elsewhere in the project without the module name avoids the error. Ensure that the names of those variables do not conflict with any public variables declared in any form or code module. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
© Microsoft Corporation 1999, All Rights Reserved. Additional query words: vbce vbce5 vbce6 wince wce
Keywords : kbToolkit kbVBp500 kbVBp600 kbWinCE100 kbGrpVB |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |