Re: auval and version
Re: auval and version
- Subject: Re: auval and version
- From: William Stewart <email@hidden>
- Date: Mon, 6 Apr 2009 11:00:04 -0700
On Apr 3, 2009, at 7:23 PM, ezra buchla wrote:
thanks for the answer!
i'm sorry, i didn't mean to make you repeat yourself... i've read
the old posts, etc. and i think i understand this:
in sandboxAUVersion.h :
#define ksandboxAUVersion 0x00000000 //or whatever
the "whatever" is probably the problem
This should be formatted as MMMMmmbb, so your first version would be
0x00010000
in sandboxAU.h :
virtual ComponentResult Version() const { return ksandboxAUVersion; }
in the sandboxAU.r :
#define VERSION ksandboxAUVersion
This is all you need - that's all our sample AUs do, and they are
working fine
auval tells you which one is wrong, so perhaps you aren't including
the right version file somewhere?
Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden