fileSystemRepresentationWithPath:

2005-07-08 Thread Leigh Smith
rs. All that method does is provide a pointer to a region of memory containing a representation of the string in the specified character encoding. Digging deeper, the problem reduces to that NSFileManager - fileSystemRepresentationWithPath: is defined to return a unicode encoded con

Re: fileSystemRepresentationWithPath:

2005-07-08 Thread Richard Frith-Macdonald
On 2005-07-08 12:02:45 +0100 Leigh Smith <[EMAIL PROTECTED]> wrote: Digging deeper, the problem reduces to that NSFileManager - fileSystemRepresentationWithPath: is defined to return a unicode encoded const char * string, whereas NSBundle -load NSDebugFLLog() statements are assumi

NSFileManager fileSystemRepresentationWithPath: problem starting up Win32 libgnustep-back.bundle

2005-07-08 Thread Leigh Smith
failed in initialize_gnustep_backend. Can't load object file from backend at path c:/GNUstep/System/Library/Bundles/ libgnustep-back.bundle The bundle is indeed at this location. Tracing further, the problem is in NSString -fileSystemRepresentation which calls NSFileManager -fileSystemRepresentation

Re: NSFileManager fileSystemRepresentationWithPath: problem starting up Win32 libgnustep-back.bundle

2005-07-08 Thread Richard Frith-Macdonald
n NSString -fileSystemRepresentation which calls NSFileManager -fileSystemRepresentationWithPath: which is returning the string prior to ":", therefore "c:/GNUstep/System/ Library/Bundles/libgnustep-back.bundle" returns "c". NSFileManager -fileSystemRepresentationWi