home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 945 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1009 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!exa!joiner
  2. From: joiner@exa.cs.umn.edu (Jay K. Joiner)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Problems with LINK386 and ET4000
  5. Message-ID: <joiner.716434731@exa>
  6. Date: 14 Sep 92 01:38:51 GMT
  7. References: <1992Sep13.220316.23236@cs.mcgill.ca>
  8. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  9. Organization: University of Minnesota
  10. Lines: 14
  11. Nntp-Posting-Host: exa.cs.umn.edu
  12.  
  13. In <1992Sep13.220316.23236@cs.mcgill.ca> storm@uriel (Marc WANDSCHNEIDER) writes:
  14.  
  15.  
  16. >Got the NT PreRelease SDK, and have been fiddling with it to try and see 
  17. >how things are.
  18. >The other big problem I've had is with linking.
  19. >cl386 complains that it can't find link386, and the link.exe just doesn't
  20. >seem to like me.
  21. >A simple program to printf"hello" just won't link, even though it compiles
  22. >file.
  23.  
  24. Check out \MSTOOLS\SAMPLES\SIMPLE.  This is a character-based hello
  25. world program.  The makefile demonstrates how to build character-based
  26. apps under NT.
  27.