home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 898 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.2 KB  |  48 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!leefi
  3. From: leefi@microsoft.com (lee fisher)
  4. Subject: Re: BIG troubleS in NT
  5. Message-ID: <1992Sep10.160738.18288@microsoft.com>
  6. Date: 10 Sep 92 16:07:38 GMT
  7. Organization: microsoft corp., redmond, wa
  8. References: <183465@pyramid.pyramid.com>
  9. Lines: 37
  10.  
  11. > 1) I tried to build those samples in mstools. By going to the samples 
  12. >    directory and I typed makeall, I got the following error on *EACH* 
  13. >    sample:
  14. >         Error: Cannot find c:\temp\000112ex: no such file or directory
  15.  
  16. not sure of this problem, almost sounds like you have a TMP or TEMP
  17. environment variable and the subdir its pointing to does not exist.
  18.  
  19. >    I forgot the error name and number. It is a compiler error though. 
  20. >    Next, I do the same mstools installation ONE MORE TIME by going to 
  21. >    the CD-ROM drive and type setup in mstools directory. This time, 
  22. >    after the install, the compiler works fine. But I get a bunch of 
  23. >    warnings for each sample:
  24. >         warning 0505: No modules extracted from c:\mstools\lib\CRTDLL.LIB
  25. >    total 10 to 20 warning messages. Are these warnings generated by the 
  26. >    debug flag?
  27.  
  28. this warning is ok, using a macro in \mstools\samples\inc\ntwin32.mak,
  29. the link lines for these are specifying *.lib, which is telling the linker
  30. to link to every library, and it is noisily telling you that it didn't
  31. need to bother with some of the libraries. the next SDK ntwin32.mak will
  32. have better macros, which link to explicit libraries only (not necessarily
  33. avoid this noise, but to avoid link problems with the multiple flavors of
  34. the c run-time libraries). to avoid this noise, just link to the explicit
  35. libraries you need, like libcmt.lib kernel32.lib user32.lib ntdll.lib,
  36. etc.
  37.  
  38. > 2) After *2* times installation to get Win32 compiler working, I have 
  39. >    another BIG, BIG problem. I *CANNOT* run Windows app in my hard disk. 
  40. ..
  41.  
  42. sorry, i don't have a clue about this problem. you should get on the 
  43. MSWin32 Compuserve forum, someone from Product Support Services might 
  44. be able to help you better than i.
  45. __
  46. Lee Fisher, (not a spokesperson for) Microsoft Corp., Redmond, WA, USA
  47. leefi@microsoft.com, {uunet,uw-beaver,sun,sco,decvax}!microsoft!leefi
  48.