PRB: Setup Wizard Fails on HELO_SRV.VBP OC30.DLL ReferenceLast reviewed: July 2, 1997Article ID: Q150951 |
4.00 | 4.00WINDOWS | WINDOWS NT kbole kbprb The information in this article applies to:
SYMPTOMSThe Setup Wizard fails when trying to locate the OC30.DLL file if it is used to build distribution disks for the \Vb\samples\remauto\hello\Helo_srv.VBP sample project.
CAUSEThe Helo_svr.VBP project was originally built using a BETA version of Visual Basic 4.0. The references are not properly updated in the released version of Visual Basic 4.0.
RESOLUTIONUse the following steps to resolve this problem:
STATUSThis behavior is by design.
MORE INFORMATIONThe Helo_srv.VBP sample project incorrectly makes a reference to the OC30.DLL file for the Standard OLE Types. This file is a run-time file for OCX controls built with the Microsoft Foundation Classes (MFC) 3.0. This file is not included with Visual Basic, and Visual Basic does not use it. The 32-bit edition of Visual Basic 4.0 points to the OLEPRO32.DLL file for the Standard OLE Types. There is an unrelated problem dealing with the OC30.DLL file. Many third party OCX manufacturers fail to ship this file with their OCXs built with MFC 3.0. Because Visual Basic does not include this file, the OCXs fail to register and run. This file must be obtained from the OCX manufacturer or Microsoft Visual C/C++ support.
|
Additional reference words: 4.00 vb4win vb432
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |