discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Portable toolchain


From: Kevin Ingwersen
Subject: Re: Portable toolchain
Date: Thu, 28 Nov 2013 21:11:47 +0100

I cant stop the quotes - its Apple Mail being dumb :p
I tried with the @ and got an error about exactly that…an NSConstantString.
Im attempting a fresh install tomorrow and then I can extract the various 
messages I get.
Kind regards, Ingwie
Am 28.11.2013 um 20:59 schrieb Riccardo Mottola <riccardo.mottola@libero.it>:

> Hi,
> 
> On 11/28/13 02:26, Kevin Ingwersen wrote:
>> #import <Foundation/Foundation.h>
>> int main() {
>>      NSString *str = „o.o“;
>>      NSLog(str);
>>      return 0;
>> }
> make that:
> 
> NSString *str = @"o.o";
> 
> Notice both the @ that marks this as a NSConstantString and also "" versus 
> your quote marks!
> 
> Riccardo
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]