Re: My CarbonView isn't showing up
Re: My CarbonView isn't showing up
- Subject: Re: My CarbonView isn't showing up
- From: Marc Poirier <email@hidden>
- Date: Fri, 27 Jun 2003 14:42:49 -0500 (CDT)
Glad you got that sorted. Just for future reference, you might have
solved the problem with a simple:
touch Library/Audio/Plug-Ins/Components
I wrote an explanation of all this (AU discovery, refreshing, etc.) at the
CoreAudio swiki recently:
http://www.mat.ucsb.edu:8000/CoreAudio/79
Another thing that I discovered recently that can factor in to these sorts
of problems is that Rez (Apple's resource compiler) doesn't notice changes
in file dependencies. So in other words, let's say that you have a
common header file that #defined some constants like version, subtype
code, etc. so that you could keep that all in one place to include in your
.r resource file and your source code files. If you were using Project
Builder (which uses Rez) and you made a change to that shared header, your
source files would rebuild like they should but your resource file
wouldn't. You'll need to touch your resource file or make some change to
it in order to get Rez to recompile it. I submitted a bug report to RADAR
about this last week #3302581
Anyway, hopefully that's some generally helpful info...
Marc
On Fri, 27 Jun 2003, Darrin Cardani wrote:
>
Ignore my last message. It turns out that for some reason, it was
>
still loading an older version of my plugin, and simply doing a clean
>
build and re-running fixed the problem! Sorry for the waste of
>
bandwidth.
>
>
Darrin
_______________________________________________
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.