home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / nonag / nonag.doc < prev   
Internet Message Format  |  1990-06-14  |  1KB

  1. From: press@venice.SEDD.TRW.COM (Barry Press)
  2. Date: 30 May 90 20:10:18 GMT
  3. Subject: Re: marking 2.x apps OK for win3.0
  4.  
  5. In article <1990May28.201449.22218@maverick.ksu.ksu.edu> munson@matt.ksu.ksu.edu (Jeff S Pihl) writes:
  6. >
  7. >I seem to have found a way to let older windows aplications run in
  8. >standard mode win3.0 without being prompted with the annoying 'use win/r'
  9. >notice.  I assume that this procedure will work for enhansed mode as well.
  10. >   <rest of info deleted>
  11.  
  12. The enclosed .zip file contains both nonag.c and nonag.com, which (more or less)
  13. implement Jeff's technique.  To use nonag.com, you enter the command
  14.  
  15.     nonag foo.exe
  16.  
  17. The file is modified in place, so be sure to have a backup copy.  As you will
  18. see from the source code, it tries to check fairly extensively that the
  19. file is in fact a Windows new format executable, etc.
  20.  
  21. Note:  This is (at best) hastily developed gunge code, and certainly not
  22. a model of what good coding practice calls for.  Furthermore, it has been
  23. tested on a grand total of 4 applications.  Your mileage may indeed vary.
  24. That's why the source code is there.  And, of course, remember that all it
  25. does is eliminate the annoying messages -- it does not find or solve any
  26. incompatibilities.  Don't apply it to programs you are not confident about.
  27.