Re: List of errors
Re: List of errors
- Subject: Re: List of errors
- From: "Timothy J. Wood" <email@hidden>
- Date: Mon, 11 Mar 2002 16:22:55 -0800
I use this zsh macro:
hh () {
find . -type f -name "*.h" -print0 | xargs -0 grep $*
}
% cd /System/Library/Frameworks
% hh 10818
./ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/Headers/LaunchServices.h: kLSLaunchInProgressErr =
-10818, /* e.g. opening an alreay opening application*/
Sherlock or one of the other indexing tools would probably work as
well.
-tim
On Monday, March 11, 2002, at 03:02 PM, email@hidden
wrote:
From: Stan Pulchtopek
I am getting a -10818 error status from an NSWorkspace
openFile:withApplication: call. I can't find a list of errors anywhere
on
the Mac OS X Development site.
Does anyone know what this error is?
Does anyone know where there is a list of all Mac errors?
_______________________________________________
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.
_______________________________________________
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.