In article
<Pine.LNX.4.44.0312192239130.10924-100000@kern.srcf.societies.cam.ac.uk>
,
> > I built a CFM sharedd library project and I used the CGPostKeyboardEvent
> > function in one of my routines (Quartz Remote Services) and now that I want
[quoted text clipped - 8 lines]
>
> It's in the CoreGraphics framework.
But he's using CFM...
NV Developer, you may want to look at:
<http://developer.apple.com/samplecode/Sample_Code/Runtime_Architecture/C
allMachOFramework.htm>
If you're using CoreGraphics, then I assume you are not supporting OS 9.
Why do you use CFM and not Mach-O? The latter will make your life
easier.
NV Developer - 22 Dec 2003 21:26 GMT
Thanks Sean for the pointer! I got it to compile, but still have yet to test
it! I'll let you know what the result is! Thanks again!
Jaime Rios
On 12/19/03 7:20 PM, in article
cwatson-A61DCC.19200319122003@aeinews.aei.ca, "Sean McBride"
<cwatson@cam.org> wrote:
> In article
> <Pine.LNX.4.44.0312192239130.10924-100000@kern.srcf.societies.cam.ac.uk>
[quoted text clipped - 23 lines]
> Why do you use CFM and not Mach-O? The latter will make your life
> easier.