PRB: Can't Load Custom Control SPIN.VBXLast reviewed: June 21, 1995Article ID: Q113326 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, version 3.0
SYMPTOMSYou may get the following error when loading a project that contains the Spin custom control into Visual Basic, when loading the SPIN.VBX file into Visual Basic, or when running an existing .EXE file that uses the Spin custom control:
Can't load Custom Control DLL: 'C:\WINDOWS\SYSTEM\SPIN.VBX' CAUSEWe have had reports that customers have had conflict with the following products that are not manufactured by Microsoft:
WORKAROUNDSimply renaming the SPIN.VBX file will not fix the problem. The name that is loaded into memory will still be SPIN even if the .VBX file name is changed. This is something that would have to be changed when rebuilding the file. If users of these conflicting files are attempting to run finished applications which use these 'Spin' files, they will not be able to run both programs simultaneously in Windows. If the programs are run one at a time -- that is, the first is loaded and then unloaded before the second is invoked -- and the problem persists, it may be necessary to do an explicit FreeModule call to release the previously loaded .VBX or .DLL file.
STATUSAs far as Windows is concerned, this is by design. You are not allowed to load two DLLs (a VBX is loaded the same as a DLL) with the same name.
|
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |