Re: Register Help on Mac OS 9
Re: Register Help on Mac OS 9
- Subject: Re: Register Help on Mac OS 9
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 9 Dec 2003 18:44:06 +0100
At 5:42 Uhr +0000 09.12.2003, ajay LD wrote:
I am developing an application on MAC OS 9. Could anyone
please help
me as to how I can register my help file.
I have followed the steps
mentioned in Apple SDK to create the
Guide file.
My problem is that the
function AHRegisterHelpBook is failing
with an error code of -16384. But,
there is no error lookup for this
error code.
I think you'd have more luck on the Carbon-Dev mailing list, to get
a reply on this question, as it has *nothing* to do with Apple Guide.
My guess would be that
a) your application isn't bundled. The docs in AppleHelp.h clearly
state that it needs a bundle.
b) you're not using Carbon. This call isn't available prior to
CarbonLib 1.1 according to the comment in AppleHelp.h.
c) since AHRegisterHelpBook is documented to return 4 different
errors, you accidentally truncated the result code by storing it in
an OSErr (2 bytes) instead of in an OSStatus (4 bytes).
Any of these probable? Otherwise, Carbon-Dev really is a better
place to ask this.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.