Re: Help with my stream object please
Re: Help with my stream object please
- Subject: Re: Help with my stream object please
- From: Cameron Hayne <email@hidden>
- Date: Mon, 10 Oct 2005 07:59:36 -0400
On 10-Oct-05, at 1:23 AM, Mark Williams wrote:
Ok, well I'm at my wits end. No matter what I do my downloader
class seems to share it's variables with all instances of itself.
Does any one here know much A about streams, and B would maybe be
willing to take a look at my downloader to see what I am doing wrong.
I doubt very much that the problem has anything to do specifically
with streams. It's almost certainly a more fundamental issue - e.g.
you have global variables that are causing the problem, or some Obj-C
object is getting released too early, etc.
As I suggested earlier, carefully proceeding step by step through
your code in the debugger will show you the problem.
But I think I recall that you reported problems in using the debugger
- if so, you should concentrate instead on fixing that problem first.
Try it with a simple "Hello World" problem, then try some of Apple's
sample projects, etc.
And if the code isn't too long, why not just post it here?
--
Cameron Hayne
email@hidden
_______________________________________________
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