Re: Application does not run on double click
Re: Application does not run on double click
- Subject: Re: Application does not run on double click
- From: "Gurmit Teotia" <email@hidden>
- Date: Fri, 16 Jun 2006 17:30:06 +0530
Well, I found the problem in application. Earlier I was using NSFileHandle
to write the data to socket. Later I've modified the application to use the
int socket id.
My application was sending one command even before establishing the
connection so it was handled in earlier case as NSFileHandle was nil. But in
later case, secket id was invalid and application was stopping on logic of
writing the data on socket because of a bug.
Above findings looks strange to me but I've confirmed it and my application
is working fine. Still it looks strang to me that same application was
running fine from XCode in both debug and release mode.
Thanks for your responses.
Regards,
Gurmit
_______________________________________________
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