• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Snow Leopard and AudioUnits?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Snow Leopard and AudioUnits?


  • Subject: Re: Snow Leopard and AudioUnits?
  • From: tahome izwah <email@hidden>
  • Date: Sun, 30 Aug 2009 15:24:01 +0200

SUCCESS!!! This is what the solution should look like (only change the
'thng' resource and leave the rest of AUResources.r as is):

resource 'thng' (RES_ID, NAME) {
	COMP_TYPE,
	COMP_SUBTYPE,
	COMP_MANUF,
	0, 0, 0, 0,								//	no 68K
	'STR ',	RES_ID,
	'STR ',	RES_ID + 1,
	0,	0,			/* icon */
	VERSION,
	componentHasMultiplePlatforms | componentDoAutoVersion,
	0,
	{
	#ifdef __ppc__
			cmpThreadSafeOnMac,
			'dlle', RES_ID, platformPowerPCNativeEntryPoint
			#define NeedLeadingComma 1
	#endif
	#ifdef __ppc64__
		#if defined(NeedLeadingComma)
			,
		#endif
			cmpThreadSafeOnMac,
			'dlle', RES_ID, platformPowerPC64NativeEntryPoint
			#define NeedLeadingComma 1
	#endif
	#ifdef __i386__
		#if defined(NeedLeadingComma)
			,
		#endif
			cmpThreadSafeOnMac,
			'dlle', RES_ID, platformIA32NativeEntryPoint
			#define NeedLeadingComma 1
	#endif
	#ifdef __x86_64__
		#if defined(NeedLeadingComma)
			,
		#endif
			cmpThreadSafeOnMac,
			'dlle', RES_ID, 8
			#define NeedLeadingComma 1
	#endif
	}
};

My 64bit AU is validating fine now. Again, thanks for all your help!

--th
 _______________________________________________
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

References: 
 >Re: Snow Leopard and AudioUnits? (From: Ian Kemmish <email@hidden>)
 >Re: Snow Leopard and AudioUnits? (From: tahome izwah <email@hidden>)
 >Re: Snow Leopard and AudioUnits? (From: tahome izwah <email@hidden>)

  • Prev by Date: Re: Snow Leopard and AudioUnits?
  • Next by Date: Re: View >> AU communication
  • Previous by thread: Re: Snow Leopard and AudioUnits?
  • Next by thread: Re: Snow Leopard and AudioUnits?
  • Index(es):
    • Date
    • Thread