home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / desqview / 4097 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.os.msdos.desqview
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!usenet-feed.cc.umr.edu!mcs213e.cs.umr.edu!mcastle
  3. From: mcastle@mcs213e.cs.umr.edu (Michael R Castle)
  4. Subject: Re: GO32 1.09
  5. References: <mike03610921127171101@batpad.lgb.ca.us>
  6. Date: Mon, 28 Dec 1992 13:40:43 GMT
  7. Nntp-Posting-Host: mcs213e.cs.umr.edu
  8. Distribution: world               
  9. Organization: University of Missouri - Rolla
  10. Sender: cnews@umr.edu (UMR Usenet News Post)
  11. Message-ID: <1992Dec28.134043.28109@umr.edu>
  12. Lines: 25
  13.  
  14. In article <mike03610921127171101@batpad.lgb.ca.us> mike@batpad.lgb.ca.us (mike batchelor) writes:
  15. >How do you go about un-binding GO32 1.08 from an Xapp, and bind 1.09
  16. >to it instead?
  17. >
  18. >If I remember the docs correctly, GO32 is attached to the executable
  19. >by a simple append operation (copy go32.exe+a.out program.exe).  Is
  20. >this right?
  21. >
  22. >Can I take an app with 1.08 bound to it, and invoke it as if it had no
  23. >extender attached (i.e. 'go32 xv.exe' for the version of XV I have
  24. >that is bound with 1.08)?
  25.  
  26. exe2aout xv.exe    will strip off go32 and leave you with an a.out file name
  27. xv.
  28.  
  29. You may then do copy /b go32.exe+..... or aout2exe xv   to get a stub prepended
  30. exectuable (the preferred method).
  31.  
  32. >
  33. >[] ---
  34. >[] Mike Batchelor <> Long Beach, California
  35. >[] mike@batpad.lgb.ca.us <or> mikebat@qdeck.com
  36.  
  37.  
  38. mrc
  39.