home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4866 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!aun.uninett.no!nuug!dhhalden.no!pc167.dhhalden.no!amundh
  3. From: amundh@dhhalden.no (AMUND HALDORSEN)
  4. Subject: DGROUP problem when going from Microsoft C 6.0 to Borland C++ 3.1
  5. Message-ID: <amundh.3.726828250@dhhalden.no>
  6. Lines: 19
  7. Sender: news@dhhalden.no (Network News User)
  8. Nntp-Posting-Host: pc167
  9. Organization: Ostfold College
  10. Date: Tue, 12 Jan 1993 08:44:10 GMT
  11.  
  12. Recently I began using Borland C++ 3.1 instead of Microsoft C ver. 6.0
  13.  
  14. When compiling small programs with BC (created with MSC) everything seems Ok.
  15.  
  16. But when I try compiling a program with several code segments (using large 
  17. memory model), this linker error occurs:
  18.  
  19.     Group DGROUP exceeds 64K
  20.  
  21. My program uses some global arrays that occupies a big portion of memory, 
  22. but this is no problem when compiling with Microsoft C 6.0....
  23.  
  24. Why does Borland say it exceeds 64K and Microsoft say it doesn't ?
  25.  
  26.  
  27. Please mail me if you know something I don't...
  28.  
  29.  
  30. amundh@dhhalden.no
  31.