home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15166 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!ulfis
  3. From: ulfis@cyklop.nada.kth.se (Anders Ulfheden)
  4. Subject: CTB undocumented routines and Think Libs
  5. Message-ID: <ULFIS.92Sep8223513@cyklop.nada.kth.se>
  6. Sender: usenet@kth.se (Usenet)
  7. Nntp-Posting-Host: cyklop.nada.kth.se
  8. Organization: Royal Institute of Technology, Stockholm, Sweden
  9. Distribution: comp
  10. Date: Tue, 8 Sep 1992 21:35:13 GMT
  11. Lines: 26
  12.  
  13. The file <CommResources.h> contains the glue for some *undocumented* CTB
  14. routines:
  15.  
  16. ...
  17. pascal Handle CRMGetToolResource (short procID, ResType theType, short theID);
  18. pascal void   CRMReleaseToolResource (short procID, Handle theHandle);
  19. ...
  20. pascal OSErr  CRMFindCommunications(short *vRefNum, long *dirID);
  21. ...
  22.  
  23. When I use CRMGetToolResource() in my code (CommToolbox library added) I get
  24. a "undefined CRMGetToolResource" link error.
  25.  
  26. I can't find any description in my Inside CTB (published 1991) or in
  27. MPW's 411 help file for the CTB. Can someone from Symantec or Apple help me
  28. out?
  29.  
  30. Tnx!
  31.  
  32. ulfis
  33. --
  34. +------------------------------------------------------------------------------
  35. |  Anders Ulfheden
  36. |  USENET:  ulfis@nada.kth.se        AppleLink: SW0429
  37. |  Royal Institute of Technology
  38. |  Stockholm, Sweden
  39.