home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10393 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!convex!nrc.com!kosman!kevin
  3. From: kevin@kosman.uucp (Kevin O'Gorman)
  4. Subject: Help! MS C++ 7.0a fails on my project
  5. Message-ID: <1992Nov5.005022.28394@kosman.uucp>
  6. Organization: Vital Software Services, Oxnard, CA
  7. Date: Thu, 5 Nov 1992 00:50:22 GMT
  8. Lines: 20
  9.  
  10. I'm trying to port a medium-sized project from Borland C++ to MS C++ 7.0a
  11. (I just got an upgrade from MS today).  It fails to build in the link
  12. stage, complaining of data segments over 64K.
  13.  
  14. Well, I know I've got initialized data segments over 64K, and it's all
  15. string constants (okay, this is a text adventure game).  But that's why
  16. I'm not using fast compile, and why I'm choosing the huge model.
  17.  
  18. This works in Borland.  Anybody know if it can be made to work in MS?
  19. I don't really want to change the design philosophy, because I'm trying
  20. to keep this thing working on multiple platforms (It already works on
  21. UNIX and Mac).
  22.  
  23. I'm running under PWB, if it matters.  I'm also running under QEMM, with
  24. QDPMI, and DesqView, rather than Windoze, but I would be astonished if
  25. any of that made a difference.
  26. -- 
  27. Kevin O'Gorman ( kevin@kosman.UUCP, kevin%kosman.uucp@nrc.com )
  28. voice: 805-984-8042 Vital Computer Systems, 5115 Beachcomber, Oxnard, CA  93035
  29. Non-Disclaimer: my boss is me, and he stands behind everything I say.
  30.