home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20366 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!mojo.eng.umd.edu!russotto
  3. From: russotto@eng.umd.edu (Matthew T. Russotto)
  4. Subject: Re: Two more questions from a newbie
  5. Message-ID: <1992Dec29.023358.14316@eng.umd.edu>
  6. Date: Tue, 29 Dec 92 02:33:58 GMT
  7. Organization: Project GLUE, University of Maryland, College Park
  8. References: <w=Z=wfB@engin.umich.edu>
  9. Lines: 32
  10.  
  11. In article <w=Z=wfB@engin.umich.edu> positron@engin.umich.edu (Jonathan Scott Haas) writes:
  12. >First, forgive me if this is a silly question, but what is MPW?
  13.  
  14. Apples development environment. 
  15.  
  16. >What's it used for, and why would I want to use it? My school
  17. >has a site license for it, so I can get ahold of it... should I?
  18.  
  19. If they have the languages/tools you want, and you have a lot of hard
  20. disk space and CPU to compile with.  If you just want C and you
  21. already have THINK C, you don't need it.  If you don't have a lot of
  22. hard disk space and a powerful CPU, you won't like it.
  23.  
  24. >Secondly, I've been playing around with Think C, and one thing
  25. >I noticed is that several functions mentioned in Inside Mac seem
  26. >to have different names under Think C. I'd rather write code the
  27. >way Inside Mac says to, so I've created a file called thinkc.h
  28. >that currently contains:
  29. >
  30. >     #define AppendResMenu AddResMenu
  31. >     #define GetMenuHandle GetMHandle
  32. >     #define GetMenuItemText GetItem
  33. >
  34. >...and so on. My question is: why? Why doesn't Think C use the
  35. >"standard" names for these functions?
  36.  
  37. GetItem, GetMHandle, and AddResMenu ARE the standard names.
  38. -- 
  39. Matthew T. Russotto    russotto@eng.umd.edu    russotto@wam.umd.edu
  40. Some news readers expect "Disclaimer:" here.
  41. Just say NO to police searches and seizures.  Make them use force.
  42. (not responsible for bodily harm resulting from following above advice)
  43.