home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12474 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!panther!server2.panther.mot.com!asu
  3. From: asu@server2.panther.mot.com (Russell Trotter)
  4. Subject: How to get around Borland C++/DOS global data limit?
  5. Message-ID: <1993Jan26.151941.24501@panther.mot.com>
  6. Sender: usenet@panther.mot.com
  7. Nntp-Posting-Host: server2.panther.mot.com
  8. Organization: Motorola Panther Project, Chandler, AZ
  9. Date: Tue, 26 Jan 1993 15:19:41 GMT
  10. Lines: 14
  11.  
  12. Hello,
  13.     Does anyone out there know how to get around Borland C++ 3.1/DOS's global
  14. data limit?  I'm trying to port a TIFF library from UNIX to DOS.  The
  15. only problem so far is a few large tables that a defined in a header file.
  16. Borland C complains that there is too much global data in this file.  Does
  17. anyone know ways around this?  I'm not much of a PC guru...neither is
  18. anyone else in our organization...so I ask the pros.  I figured that
  19. Borland C limits the global data to 1 segment (64k?) But, I don't see why
  20. it can't fit one of these tables per segment rather than try to
  21. fit it all in one...(is this a correct assumption?)  Thanks to all
  22. who can help.  
  23.  
  24. Russ 
  25.  
  26.