Skip navigation.
 
mlRe: resources (. rsrc )in xcode / cocoa
FROM : Power Mac User
DATE : Sat Apr 09 23:38:44 2005

On Apr 9, 2005, at 9:18 AM, <email_removed> wrote:
>
> Problem is that the GetIndString is just returning
> blank strings.
>
> any ideas
> paul
>


Hello!

If the file is a just a file with strings, in Cocoa you would probably
want to use:

[NSString stringWithContentsOfFile:@"aFile.rsrc"]

and get the characters into a string through NSString's
getCharacters:range: supplying the appropriate range of the text you
wish to get.

Regards,

<email_removed>

Related mailsAuthorDate
mlresources (. rsrc )in xcode / cocoa paul webb Apr 9, 17:30
mlRe: resources (. rsrc )in xcode / cocoa Steven Kramer Apr 9, 20:14
mlRe: resources (. rsrc )in xcode / cocoa Power Mac User Apr 9, 23:38