home *** CD-ROM | disk | FTP | other *** search
- /*
- ************************************************************************
- * A simple file that verifies
- * Service C++ functions
- * that support the standard environment for me
- */
-
- #include "myenv.h"
-
- void main()
- {
- Initialize_MAC();
- message("This is a message...");
- set_error_sound("\pLow Fuel");
- message("This is a message with a different sound");
- message("Standard system beep should sound again");
- notify("Notification %d",1);
- notify("Notification %ld",2);
- notify_and_wait("Last_notification");
- _error("Just to tell ya I'm getting out of here...");
- }
-