AESend
AESend
- Subject: AESend
- From: Olivier Destrebecq <email@hidden>
- Date: Tue, 28 May 2002 13:54:24 -0500
i'm trying to send event to myself so that my app would be recordable. I
found out on the web that to do that the carbon function should be used.
So i created my function that use AEBuildAppleEvent and then AESend to
actually send the event.
But i get a link error that says:
...illegal reference to symbol: _AESen
At the top of the file i #import <Carbon/Carbon.h>
it actually does not say _AESend but _AESen, which i guess is an error,
but maybe not
any pointers appreciated.
Olivier
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.