Re: adding an executable as a resource
Re: adding an executable as a resource
- Subject: Re: adding an executable as a resource
- From: Damien Bobillot <email@hidden>
- Date: Fri, 9 Dec 2005 18:13:28 +0100
Markus Hitter wrote :
sprintf(command, "%s/Resources/lame %s", [[[NSBundle mainBundle]
bundlePath] UTF8String], filename);
system(command);
It's even better to use fileSystemRepresentation instead of UTF8String.
--
Damien Bobillot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden