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