how to combine two cocoa application together

2009-04-20 Thread yiling wu
I have two cocoa applications which have the functionality I want to use. Are there any easy way to combine them together. Thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis

Errors occur when using NSOutputStream to transfer big files

2009-04-28 Thread yiling wu
Hi, All I'm trying to use the NSOutputStream class to transfer some audio file through Bonjour service which is implemented on the iPhone simulator.I try the following code with some small text files. It works well. But there are always some error occurs() when I try to send the bigger ones -- som