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

  1. Path: sparky!uunet!pipex!unipalm!uknet!comlab.ox.ac.uk!oxuniv!vollrath
  2. From: vollrath@vax.oxford.ac.uk (Alun ap Rhisiart)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Think Pascal & AppleEvents... ARGGGHHH!!!!!!
  5. Message-ID: <1993Jan22.141633.11471@vax.oxford.ac.uk>
  6. Date: 22 Jan 93 14:16:33 GMT
  7. References: <9302014.14929@mulga.cs.mu.OZ.AU>
  8. Organization: Oxford University VAX 6620
  9. Lines: 53
  10.  
  11. In article <9302014.14929@mulga.cs.mu.OZ.AU>, mtc@mundil.cs.mu.OZ.AU (Michael Trevor CUTTER) writes:
  12. > Gudday netters,
  13. > I am trying to learn how to use Apple Events. I wrote my code dutifully, it
  14. > compiled politely, and I added all the interface files and the AppleEvents.lib
  15. > file to the project.
  16. > But no matter what I do, I keep getting a link error :
  17. > undefined: 'AEDF' (AppleEvents.lib)
  18. > This is driving me nuts!!!!
  19. > I have the following files, in the following compile order:
  20. > uRuntime.lib
  21. > interface.lib
  22. > nAppletalk.lib
  23. > AppleEvents.lib
  24. > Appletalk.p
  25. > Aliases.p
  26. > PPCToolBox.p
  27. > Processes.p
  28. > EPPC.p
  29. > Notification.p
  30. > AppleEvents.p
  31. > main.p
  32. > It compiles fine, as far as I can see the libraries are all right, but I can't
  33. > get past that bloody link error.
  34. > Any suggestions would be extremely welcome.
  35. > Feel free to post or mail.
  36. > -- 
  37. > Michael Cutter                        email: mtc@mundil.cs.mu.oz.au
  38. > Ictinus Network Development Team             mtc@arbld.unimelb.edu.au
  39. > BCAT Development Team                 snail: c/- 3 Barton Street
  40. > Department of Architecture & Building        Hawthorn, VIC, 3122 
  41. > University of Melbourne, Australia           AUSTRALIA
  42.  
  43. I don't know what the AppleEvents.lib is for, as all the procedures in
  44. AppleEvents.p are inlines. I just have the .p file and no .lib file, and it
  45. works fine.
  46.  
  47. -- 
  48. ***********************************
  49. * Alun ap Rhisiart                *    | When I wrote this, only God | 
  50. * Animal Behaviour Research Group *    |  and I knew what it meant.  |
  51. * Oxford University               *    | Now, only God knows.        |
  52. * vollrath@vax.ox.ac.uk           * 
  53. ***********************************
  54.