Re: What does error -50 mean?
Re: What does error -50 mean?
- Subject: Re: What does error -50 mean?
- From: David Duncan <email@hidden>
- Date: Mon, 17 Sep 2007 16:57:28 -0700
On Sep 17, 2007, at 4:19 PM, Todd Blanchard wrote:
So what does -50 mean? Why does it fail *sometimes*? I've tried
the check-for-uninitialized error, call initialize and retry trick
- it still fails - sometimes. I'm really tired of screwing with
this problem - it is the only problem I have left and it is driving
me nuts.
From MacErrors.h:
paramErr = -50, /*error in user parameter
list*/
So it's something your passing to the function. Likely your passing
something that is only sometimes valid, so I would recommend doing
some logging around the function that is returning -50.
--
David Duncan
Apple DTS Quartz and Printing
email@hidden
_______________________________________________
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