Recent Posts

Pages: [1] 2 3 ... 10
1
Hello friends
i am using CoreFoundation api following is my code
Code: [Select]
- (void)TcpClientInitialise
{

    CFReadStreamRef readStream;
    CFWriteStreamRef writeStream;


    CFStreamCreatePairWithSocketToHost(NULL, (CFStringRef)@"192.168.0.104",2000, &readStream, &writeStream);
    NSLog(@"Tcp Client Initialise");
    inputStream = (__bridge NSInputStream *)readStream;
    outputStream = (__bridge NSOutputStream *)writeStream;

[inputStream setDelegate:self];
[outputStream setDelegate:self];

[inputStream scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
[outputStream scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];

[inputStream open];
[outputStream open];
}
this is working fine but the problem is when i use this methos again it show me error
Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed   can please some one help me why i am getting this problem
2
Introduce yourself here / Re: Hi
« Last post by Jaffery on March 11, 2014, 10:20:15 AM »
Nice, and good to see you here. Specially logo looks great.. the animated gif.
3
Introduce yourself here / Re: Hi
« Last post by filippo on March 02, 2014, 10:33:08 AM »
After some graphic change.

Gilera bi4 forum

4
Introduce yourself here / Re: Hi
« Last post by Dilip on November 30, 2013, 11:50:02 AM »
Welcome filippo. Ricky is one of the finest theme designers for SMF. And the best part is, he provide support without fail. You have come to right place.
5
Introduce yourself here / Re: Hi
« Last post by filippo on November 26, 2013, 06:33:55 PM »
6
sorry frnd ...i have NO answer about  Promotion ......sorry
7
Off Topic / Re: Why the heack are you guys not active?
« Last post by Dilip on November 19, 2013, 01:40:16 PM »
Back now, busy with life.

Hi, Ricky, Jaffery and all,

Hope you guys are doing well.  :)
8
Introduce yourself here / Re: ibrahim ilen a new member to the community
« Last post by Ricky on October 03, 2013, 11:30:57 AM »
Welcome to the ifAndbut community. I hope you will love your stay here.
9
Since its a fluid width theme, there is option to change width from :
Admin --> Configuration --> current theme
10
Please i will like to know how to increase the width of the theme.

hope to see your reply.
Pages: [1] 2 3 ... 10
X

Do you know?

Just make posts in this community and win .com / .org / .net domain name free.
Know more..
Join Now!