Rev 869 | Rev 1362 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
//// main.m// R//// Created by stefano iacus on Mon Jul 26 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <Cocoa/Cocoa.h>#ifdef DEBUG_RGUI#import <ExceptionHandling/NSExceptionHandler.h>#endifint main(int argc, const char *argv[]){#ifdef DEBUG_RGUI[[NSExceptionHandler defaultExceptionHandler] setExceptionHandlingMask: 255]; // log+handle all but "other"#endifreturn(NSApplicationMain(argc, argv));}