home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / hardware / 29163 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.5 KB

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!gateway
  2. From: csc2mxs@cabell.vcu.edu (Marko Siladin)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Gateway 2k LB Brief problem -solution (patch)
  5. Date: 7 Nov 1992 17:20:12 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 26
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9211072319.AA25070@cabell.vcu.edu>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. Hi!
  13. I talked to a Gateway 2000 technitian today about the Run time error
  14. that happens under Brief on the new LB systems. He gave me the following
  15. patch. It seems to be a problem in the interprocess communication area. After
  16. this patch U won't be able to run multiple instances of Brief nor macros that
  17. use this feature will not work. He assured me that all internal Brief macros
  18. don't use this feature. Here is the patch:
  19.         Use the standard way to change exe files with DOS debug.
  20.                 1. Make backup of b.exe
  21.                 2. Rename b.exe to i.e b.dat
  22.                 3. debug b.dat <CR>
  23.                 4. s cs:0 ffff f0 04 00 00<CR>
  24.                 5. as a return from debug you will receive an offset
  25.                    where this sequencd has been found (lets say you get
  26.                    1234 - carefull we are talkin hex numbers here)
  27.                 6. e 1234<CR>
  28.                 7. 0<CR>
  29.                 8. e 1235<CR>
  30.                 9. 0<CR>
  31.                10. w<CR>
  32.                11. rename b.dat to b.exe 
  33.  
  34. This worked in my case. I hope it will help someone else too.
  35. ...Marko
  36.  
  37.  
  38.