home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_runtm / readme.txt next >
Text File  |  1993-07-27  |  2KB  |  67 lines

  1. BUG: GP FAULT IN KRNL286 WHEN RUN .EXE ON 286 OR W/ NT ON MIPSQ99251     
  2. ---------------------------------------------------------------------
  3. The information in this article applies to:
  4.  
  5. - Standard and Professional Editions of Microsoft Visual Basic for
  6.   Windows, version 3.0
  7. ---------------------------------------------------------------------
  8. Summary:
  9.  
  10. SYMPTOMS
  11. --------
  12. You may encounter a general protection (GP) fault in KRNL286 at 0001:259F
  13. when you try to run a Visual Basic executable (.EXE) file in Windows on
  14. a 286 computer or in Windows NT on a MIPs computer.
  15.  
  16. This problem will not occur when running a Visual Basic application from
  17. the Visual Basic design environment on a 286 or MIPs computer.
  18.  
  19. RESOLUTION
  20. ----------
  21. This problem has been fixed in a post-release version of VBRUN300.DLL. 
  22. The post-release version of VBRUN300.DLL is available on the MSBASIC
  23. forum of CompuServe in LIB 5. The file that contains VBRUN300.DLL is
  24. called VBRUN3.ZIP. It was archived using PKZIP version 2.0 from PKWARE.
  25.  
  26. STATUS
  27. ------
  28. Microsoft has confirmed this to be a bug in the Microsoft Visual Basic
  29. programming system for Windows, version 3.0. To correct the problem,
  30. obtain the post-release version of VBRUN300.DLL on the MSBASIC forum
  31. of CompuServe.
  32.  
  33. More Information:
  34.  
  35. This bug occurs because of a problem with VBRUN300.DLL. The date,
  36. time, size and version number of the VBRUN300.DLL file that leads to
  37. this problem is as follows:
  38.  
  39.   Date: 04-APR-1993
  40.   Time: 12:00 a.m.
  41.   Size: 394384
  42.   Version: 03.00.0537
  43.  
  44. The date, time, size and version number of the VBRUN300.DLL file that
  45. fixes this problem is as follows:
  46.  
  47.   Date: 12-MAY-1993
  48.   Time: 12:00 a.m.
  49.   Size: 398416
  50.   Version: 03.00.0538
  51.  
  52. Steps to Reproduce Problem
  53. --------------------------
  54. 1. Start Visual Basic or from the File menu, choose New Project (ALT, F, N)
  55.    if Visual Basic is already running. Form1 is created by default.
  56.  
  57. 2. From the File menu, choose Make EXE File (ALT, F, k) and use the
  58.    default name of PROJECT1.EXE.
  59.  
  60. 3. Copy PROJECT1.EXE and VBRUN300.DLL to a 286 computer running Windows or
  61.    a MIPs computer running Windows NT.
  62.  
  63. 4. Run PROJECT1.EXE.
  64.  
  65. A GP fault occurs in KRNL286 at 0001:259F.
  66.  
  67.