Re: Problem with japanese systems
Re: Problem with japanese systems
- Subject: Re: Problem with japanese systems
- From: <email@hidden>
- Date: Sun, 24 Jul 2005 17:21:07 -0400
- Bounce-to: <email@hidden>
Ok, I understand what your asking. Let me try to give you some more info
without exposing my hiney too much.
I do understand that it is not valid as a string however you can read the
file into a string.
The program in question reads this file and creates a short string of
data based on it. kind of like a hash.
Well it has always worked until suddenly since 10.4 on mac's in japanese
the string is an empty string. Not a pointer to null but an empty
string. It only happens when the Executable or a library that is part of
the app bundle is evaluated, it works fine for all other files such as
the info.plist, or anything in the resources folder. Or for that matter
any file on the hd.
On 7/24/2005, "glenn andreas" <email@hidden> wrote:
>
>On Jul 24, 2005, at 10:10 AM, Mark Williams wrote:
>
>> Okay, well since 10.4 all of a sudden I have this odd problem with
>> Japanese systems. It's one I cannot reproduce.
>>
>> I have a program that reads it's executable into a string and then
>> evaluates the data. This has always worked until suddenly now when
>> it tries to read the executable it gets nothing, thus the
>> evaluation returns 0 and thats 0 not null so I assume it is still
>> opening the file. I've checked all the paths and they are correct.
>> This only happens on Japanese systems though all others work fine.
>
>What are you trying to accomplish?
>
>The executable is a mach-o file, not a string, and can't be validly
>treated as such . At best you can load it as NSData, but I'm at a
>loss for what you mean by "evaluates the data".
>
>
>Glenn Andreas email@hidden
> <http://www.gandreas.com/> wicked fun!
>Widgetarium | the quickest path to widget
_______________________________________________
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