home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12718 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  716 b 

  1. Path: sparky!uunet!dtix!relay!nswc-wo.navy.mil!kestes
  2. From: kestes@nswc-wo.navy.mil (Kent Estes)
  3. Newsgroups: comp.lang.c++
  4. Subject: Turbo C++ 3.0 : _loadds modifier doesn't work.
  5. Message-ID: <1992Aug21.125303.25557@relay.nswc.navy.mil>
  6. Date: 21 Aug 92 12:53:03 GMT
  7. Sender: kestes@nswc-wo.nswc.navy.mil
  8. Organization: Naval Surface Warfare Center - White Oak
  9. Lines: 6
  10.  
  11. Has anyone noticed problems with the _loadds modifier in Borland's
  12. Turbo C++ ?  I have code that will work correctly (with the _loadds)
  13. if and only if called from within the same source file.  Otherwise,
  14. if the call is from another file (i.e., (large data model) in
  15. another data segment) the argument list gets trashed and the stack
  16. gets messed up.
  17.