home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 21886 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.5 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!yale.edu!yale!mintaka.lcs.mit.edu!ai-lab!hal.gnu.ai.mit.edu!peterc
  2. From: peterc@hal.gnu.ai.mit.edu (Peter Creath)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: ATTN Apple employees who can help: Threads 2.0d17 does not work!
  5. Date: 21 Jan 1993 15:39:26 GMT
  6. Organization: absolutely none
  7. Lines: 22
  8. Distribution: world
  9. Message-ID: <1jmg3eINNb61@life.ai.mit.edu>
  10. Reply-To: peterc@cubetech.com
  11. NNTP-Posting-Host: hal.gnu.ai.mit.edu
  12. Summary: undefined label (GetGlobalStash) in Think C library
  13.  
  14. Well, I checked out my problems carefully and even came up with a
  15. (unsuitable) workaround.
  16.  
  17. "Threads.lib" in the Threads 2.0d17 archive on ftp.apple.com is missing
  18. a vital routine.  Every time I try to link, I get (from Think C 5.0.4)
  19.  
  20. undefined label: GetGlobalStash (Threads.lib)
  21.  
  22. Finally, I decided to see if I could work around it and create my own
  23. GetGlobalStash (which just returned a null handle).  It compiled and linked
  24. happily, but Threads just don't work.  I checked references to my routine
  25. via ResEdit, and found that there are at least 30 references to GetGlobalStash
  26. coming from Threads.lib
  27.  
  28. But GetGlobalStash just ain't in there.  Is it part of MPW?  Or did somebody
  29. just goof when setting up the Think C library for distribution.
  30.  
  31. In either case, PLEASE mail me at peterc@cubetech.com and help me get
  32. this thing working.  I'd REALLY like to use threads, but if the system
  33. doesn't work, I obviously can't use it.  Is Michael Gough still around
  34. somewhere?
  35.  
  36.