The information in this article applies to:
SYMPTOMSWhen you attempt to compile a Visual Basic 5.0 application into an EXE, no errors are produced and no EXE file is created. CAUSEThis problem occurs when you are using a resource (.res) file that includes a "Version" resource. RESOLUTIONRemove the "Version" resource from the resource (.res) file contained in the Visual Basic project. STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce BehaviorCreate a Resource file that includes a "Version" resource.Creating the Resource FileCreate a resource file using a text editor and resource compiler, such as those provided with Microsoft Visual C++. The compiled resource file has a .res file name extension. Use Visual C++ 5.0 to generate a .res file to reproduce this bug, as follows:
C:\program files\devstudio\my projects\App1\debug Create the Visual Basic Application
NOTE: You can download the Visual Basic Resource Editor from the Visual Basic Owner's Area located at: http://www.microsoft.com/vstudio/owner/default.aspIf you are using Visual C++, rebuild the "App1" project, remove the old resource file and add the new resource file to the Visual Basic project. If you are using the Visual Basic Resource Editor, save the .res file after removing the "Version" resource by clicking Save on the Resource Editor toolbar. Additional query words: Resource compile
Keywords : kbnokeyword kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |