Re: auval and version
Re: auval and version
- Subject: Re: auval and version
- From: ezra buchla <email@hidden>
- Date: Mon, 6 Apr 2009 13:39:02 -0700
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
the "whatever" indicates that i've tried a variety of values, including such apparently reasonable ones as 0x00010001 and 0x00100000. i'm in the habit of starting at zero for things that are pre-release or which should probably never be released at all, but of course i experimented.
auval tells you which one is wrong, so perhaps you aren't including the right version file somewhere?
surely there is some specific thing i'm doing wrong, but i can't exactly understand auval's output which has different values for "Component Version" and "Comp Vers." the "Res Vers" is the value i expect (so i think i've got the right .r), the "Component Version" is the value i'd expect, the "Comp Vers" value seems impervious to manipulation.
here it is again, but i feel distinctly like a pest now so i'll give it up. thanks so much for your time! -eb
--------------------
VALIDATING AUDIO UNIT: 'aufx' - 'noiz' - 'CATF'
--------------------------------------------------
Manufacturer String: catfact
AudioUnit name: sandbox
Component Info: sandbox
Component Version: 0.0.0 (0x0)
* * PASS
--------------------------------------------------
TESTING OPEN TIMES:
COLD:
Time to open AudioUnit: 20.177ms
WARM:
Time to open AudioUnit: 0.863ms
ERROR: Component Version mismatch: Res Vers = 0x0, Comp Vers = 0x1
_______________________________________________
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