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