ImportC AEInstallEventHandler

Mac OSX specific forum
Rinzwind
Enthusiast
Enthusiast
Posts: 638
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

ImportC AEInstallEventHandler

Post by Rinzwind »

ImportC "-framework CoreServices"
AEInstallEventHandler(theAEEventClass, theAEEventID, handler, handlerRefcon, isSysHandler)
NewAEEventHandlerUPP(userRoutine)
EndImport

Here I am again... Get some linker error.Anyone sees what's wrong?
Rinzwind
Enthusiast
Enthusiast
Posts: 638
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: ImportC AEInstallEventHandler

Post by Rinzwind »

Ah NewAEEventHandlerUPP is a macro. And apparently can be ignored.
Post Reply