Re: Problem cancelling lengthy task in secondary thread
Re: Problem cancelling lengthy task in secondary thread
- Subject: Re: Problem cancelling lengthy task in secondary thread
- From: "Alastair J.Houghton" <email@hidden>
- Date: Thu, 30 Oct 2003 12:31:26 +0000
On Thursday, October 30, 2003, at 11:53 am, Jvrn Salewski wrote:
Has anybody got an idea of what's going wrong?
//if (! _continue) goto CANCEL;
if (![_controller searchInProgress]) {
goto CANCEL;
}
I wonder whether CANCEL is #defined as a macro... try changing your
code to use lower-case and see if that fixes it. (One thing that makes
me suspicious that this might be the problem is the fact that the code
you claim works has braces, whereas the code you claim doesn't,
doesn't.)
Kind regards,
Alastair.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.