RE: Saving an AudioFile without an extension
RE: Saving an AudioFile without an extension
- Subject: RE: Saving an AudioFile without an extension
- From: Herbie Robinson <email@hidden>
- Date: Tue, 13 Jul 2004 04:59:21 -0400
The one thing that nobody else mentioned (and I have never seen
written anywhere) is that the convention is to declare Pascal strings
as "unsigned char" and C strings as "char". Pascal strings have a
length byte at the front and you write constants for them as
"\ptext". C strings are often (but not always) terminated by nuls...
It says that the error is that "destFilePath" should be an "unsigned
char*" for some strange reason!
Even when I create a path name that is an "unsigned char*" It still
Doesn't Work!!!!
--
-*****************************************
**
http://www.curbside-recording.com/ **
******************************************
_______________________________________________
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.