Re: CoreMidi.h
Re: CoreMidi.h
- Subject: Re: CoreMidi.h
- From: Kurt Bigler <email@hidden>
- Date: Fri, 19 Jul 2002 12:28:11 -0700
on 7/19/02 10:37 AM, Jeff Evans <email@hidden> wrote:
>
Thanks to all for suggestions regarding CoreMidi.h. Now that I am
>
beginning to get some dim idea of what is involved here, though, I realize
>
that since my app is a Carbonized CW app, not a MachO project, what I need
>
is external access to that API. I believe that at least one person has
>
written code for gaining access to CoreAudio APIs from without - is there a
>
recognized and acceptable way to use CoreMidi calls from a Carbon app? I'd
>
like to let the app does this when running under OSX, but go back to OMS if
>
under OS9.
>
...
>
>
Yours, Jeff Evans
How to call frameworks from CFM apps has been discussed at some length on
this list. Curiously the question keeps coming up anyway. Depending on how
the list archives work (I have not tried lately) you might be able to look
for these two threads:
Re: coremidi & codewarrior
starting with Doug Wyatt's message of 2/10/02 9:17 PM
Re: Link to CoreMIDI from CFM?
messages on 6/26/02
If you can not get to these messages I have the essential ones archived here
and can send them to you for a modest fee. Just kidding, let me know if the
archives don't work for you on this and I will send them.
There were basically 4 different approaches covered in varying depth:
break down and switch to a Mach-O app for your OS X version which is
almost trivial, even from CodeWarrior
doing it the hard way
> jump through the hoops described in the Carbon SDK to call
> Mach-O frameworks from CFM apps
see this link:
http://developer.apple.com/samplecode/Sample_Code/
Runtime_Architecture/CallMachOFramework.htm
using CFMLateImport from the MoreIsBetter library,
which semi-automates this process of linking at runtime
using Eric Grant's MachOLib available at
http://www.eagrant.com/
I don't know what this is but it was mentioned
Good luck,
Kurt Bigler
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
References: | |
| >CoreMidi.h (From: Jeff Evans <email@hidden>) |