ftp.nice.ch/pub/next/audio/player/TimeWarp.s.tar.gz#/TimeWarp/errors.h

This is errors.h in view mode; [Download] [Up]

/* errors.m
 * Routines to simplify the checking and reporting of mach/sound kit/sound
 * driver errors.
 *
 * !!!
 * This file needs to be reworked under 3.0!!  The snd_msgs.h file has
 * gone away.  The workaround is described in NeXTAnswer sound.855.
 * !!!
 *
 * You may freely copy, distribute, and reuse the code in this example.
 * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
 * fitness for any particular use.
 *
 * Written by: Robert Poor
 * Created: Sep/92
 */

/*
 * Error handling routines for sound hacking.
 */

#import <objc/Object.h>

char *snd_error_string(int error);
id checkMachError(id obj, int err, char *msg);
id checkSnddriverError(id obj, int err, char *msg);
id checkSNDError(id obj, int err, char *msg);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.