On Sun, 7 May 2006 05:41:42 -0400, Erik Schmidt <email@hidden>
wrote:
> one: is it possible to monitor the events being sent to other
> applications?
AppleEvents? or Carbon Events? (or Cocoa Events?)
See CGEventTapCreateForPSN.
> two: I compiled a carbon project, and the application works fine on
> my computer, but when the same app is sent to a different machine, it
> refuses to work. the icon flashes up on the dock, but then it
> disappears. what's going on?
Check your console log for information about why the app didn't launch.
Chances are you copied a debug build. They're built to run linked against
intermediate files in the /build/<projectname>.build/ directories. Unless
you copy those files also your application won't launch. If you don't need
debugging information you probably want to build a release build and copy
that instead.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden