This is PayPerView_main.m in view mode; [Download] [Up]
#import <AppKit/AppKit.h>
int main(int argc, const char *argv[]) {
return NSApplicationMain(argc, argv);
}
#ifdef WIN32
#import <EOControl/EOControl.h>
#import <EOAccess/EOAccess.h>
#import <EOInterface/EOInterface.h>
void _referenceAllEOFrameworks()
{
static id a,b,c;
a = [EODisplayGroup new]; // EOInterface
b = [EOEntity new]; // EOAccess
c = [EOEditingContext new]; // EOControl
}
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.