home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!yale.edu!ira.uka.de!gmd.de!strobl
- From: strobl@gmd.de (Wolfgang Strobl)
- Subject: Re: LINK: out of memory
- Message-ID: <strobl.721557329@gmd.de>
- Sender: news@gmd.de (USENET News)
- Nntp-Posting-Host: gmdzi
- Organization: GMD, Sankt Augustin, Germany
- References: <SINYAW.92Nov11223705@starbright.smsc.sony.com>
- Distribution: comp
- Date: Thu, 12 Nov 1992 08:35:29 GMT
- Lines: 30
-
- In <SINYAW.92Nov11223705@starbright.smsc.sony.com> sinyaw@starbright.smsc.sony.com (Sin-Yaw Wang) writes:
-
-
- >I attepmted to link a simple MFC based program, not very far from "hello"
- >from the MFC samples directory, under Win32/SDK. I have debug options all
- >turned on and linked to the debug version of the librareis (e.g.
- >safxcwd.lib).
-
- >I did it on a DOS-PROMPT window, with "nmake". The linker refused to
- >link, complaining "out of memory".
-
- >It is a 486DX/33 with 16MB of memory I was using.
-
- >Any insight, anybody?
-
- My experience (on a similar machine, using the July PDK) is that
- this error is most probably the result of having the DOS and/or
- Win16 subsystem started, due to some prior use of a non-NT program
- during the current session (==login).
-
- Because of that, I avoid using non-NT programs during development
- sessions. I only suffer from spurious "out of memory" errors
- from the "cvpack" (or some similar name, my machine is at home) utility.
- That's the last step, after the link step.
-
- If I get that error, I simply apply the utility to the newly created
- .exe file again, manually.
-
- Wolfgang Strobl
- #include <std.disclaimer.hpp>
-