home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / tools / 1359 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.2 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!dfv.rwth-aachen.de!sungate.fido.de!p1.hippo.fido.de!softstream.fido.de!Thomas_Hornschuh
  2. Date: Fri,  6 Nov 92 12:37:54 +0100
  3. From: Thomas_Hornschuh@softstream.fido.de (Thomas Hornschuh)
  4. Subject: Re: BC++ far* default in medium model
  5. Message-ID: <1b508d18@p1.f36.n245.z2.fidonet.org>
  6. References: <18052@ksr.com>
  7. Newsgroups: comp.os.ms-windows.programmer.tools
  8. X-Comment-To: (Ken Yee)
  9. Organization: SoftStream Development, Dortmund, Germany 
  10. Lines: 11
  11.  
  12. KY> Is there any way to make Borland C default all pointers to far
  13. KY> in the medium model?  I know this is the default in the *large*
  14. KY> model but I want to do it with the *medium* model.
  15.  
  16. If all pointers are large for default, you will have essentially the large 
  17. modell. That is the one and only difference between medium and large. The 
  18. switch you look for is the switch to large.
  19. Because Borlands large modell for default stores all static data in the default 
  20. data segment their large implementation is fully compatible with Windows. All 
  21. complaints about large modell and Windows in some older Windows programming 
  22. books apply only to older versions of MSC (up to 6.0) and real mode Windows.
  23.