home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / win3l / 12881 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.0 KB  |  25 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!INFERENCE.COM!GLOSTER
  3. Message-ID: <9301252320.AA01239@quaestor>
  4. Newsgroups: bit.listserv.win3-l
  5. Date:         Mon, 25 Jan 1993 15:20:35 PST
  6. Sender:       Microsoft Windows Version 3 Forum <WIN3-L@UICVM.BITNET>
  7. From:         "Vance M. Gloster" <gloster@INFERENCE.COM>
  8. Subject:      MFC C++ 7.0 Large Memory Model
  9. In-Reply-To:  "Ralph A. Daniels"'s message of Mon,
  10.               25 Jan 1993 15:35:17 EST
  11.               <9301252259.AA09891@fourier.inference.com>
  12. Lines: 11
  13.  
  14.   I need to compile my windows program using the large memory model
  15.   and it crashes before the constructors of any of my objects.  Any clues?
  16.  
  17. Make sure that you are linking the large memory model afx library.  It
  18. should be something like lafxcw.lib instead of something like
  19. mafxcw.lib.  These libraries are not built by default, so you will
  20. probably need to build them.  We are using the large model exclusively
  21. and it works for us using the foundation classes.
  22.  
  23. -Vance Gloster
  24.  gloster@inference.com
  25.