discuss-gnustep
[Top][All Lists]
Advanced

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

Re: question about NSString...


From: Lloyd Dupont
Subject: Re: question about NSString...
Date: Thu, 9 Jun 2005 12:19:15 +1000

found it, very simple
[aString init] return a new id pointer.
the problem was, it's not very friendly with my ObjectiveC.NET binding...
anyway.. solved!
----- Original Message -----
Sent: Thursday, June 09, 2005 10:41 AM
Subject: question about NSString...

I have some weird problem...
 
[NSString alloc], when called a second time, seems to return the same id than the 1st call.
is it thta alloc should not be used on string? or a bug in my code?


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

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