home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1938 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.6 KB  |  44 lines

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