home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5398 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.1 KB

  1. Path: sparky!uunet!sun-barr!olivea!spool.mu.edu!umn.edu!lynx!nmsu.edu!death
  2. From: death@acca.nmsu.edu (Jeff Garzik)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: File type of *.EXE produced by TPW
  5. Message-ID: <1992Sep14.210229.17897@nmsu.edu>
  6. Date: 14 Sep 92 21:02:29 GMT
  7. References: <1992Sep13.185413.1@sc2a.unige.ch>
  8. Sender: usenet@nmsu.edu
  9. Organization: New Mexico State University
  10. Lines: 17
  11. X-Newsreader: Tin 1.1 PL5
  12.  
  13. excoffie@sc2a.unige.ch wrote:
  14. : I use TPw 1.5 to develop applications in biology under Windows 3.1.
  15. : Al the executable file I produce are labelled as : Windows Real Mode
  16. : by a file viewer from Norton desktop for Windows 2.0, whereas
  17. : executable files of conventional applications are labelled as : Windows
  18. : only.
  19.  
  20. Another RTFM question.  TPW has a compiler directive/option you can set
  21. called "Windows Stack Frame" ($W) which, when enabled, generates special
  22. prolog and epilog code to allow TPW-generated Win programs to run in
  23. Windows Real Mode as well as Protected Mode.  Disable this option your
  24. programs will be "protected mode only".
  25.  
  26. --
  27. "Only sheep need a leader." - Nomeansno
  28.  
  29. death@acca.nmsu.edu
  30.