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

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!psinntp!wrldlnk!usenet
  3. From: "Jeffrey P. Overcash" <p00090@mail.psi.net>
  4. Subject: Automatic data segment exceeds 64K
  5. Message-ID: <2935516401.1.p00090@mail.psi.net>
  6. Sender: usenet@worldlink.com
  7. Nntp-Posting-Host: 127.0.0.1
  8. Organization: Performance Systems Int'l
  9. Date: Thu, 7 Jan 1993 17:18:37 GMT
  10. X-Mailer: PSILink (3.11)
  11. Lines: 22
  12.  
  13.   The header say it all - well almost.  I'm useing Borland C++ and I am 
  14. currently running into this linking error.  Unfortunately, I have a DLL 
  15. that requires a large (32K) stacksize and already only use 1024 for 
  16. heapsize therefore I need to move some of my near data to far.  I've 
  17. tried several different way of doing this (or so I thought), but nothing 
  18. seems to be affecting this problem.  The manual says to use the map file 
  19. to determine the sizes of the componant segments to see which modules 
  20. contribute what to the DGROUP.  I've done this but nowhere can I find 
  21. out how to move a module into another segment.  Any and all help will be 
  22. greatly appriciated.
  23.  
  24. Jeffrey P. Overcash          | And as I patrol in the valley of the shadow 
  25.   (the Jester)               |   of the Tricolor - I must fear evil
  26. snail mail:                  | For I am but mortal and mortals can only die  
  27.   1700 Whipple Rd            | asking questions, pleading answers from the
  28.   Mt Pleasent, SC 29464      |  nameless, faceless watchers that stalk the 
  29.                              |  carpeted corridors of Whitehall  
  30. e-mail: p00090@mail.psi.com  | Who order descration, mutilation, verbal 
  31. I have no disclaimer all     |  masterbation in thier guarded bureaucratic
  32. opinions are my own - And I'm|  wombs.
  33. proud of them.               |          Fish.
  34.  
  35.