/* * DualityStrings.h * DualityCore * * Created by Colin Cornaby on 10/3/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #define DCShortVersion "0.1\b" #define DCLongVersion "DualityCore Version 0.1\n" #define DCStartedString "DualityCore has started\n" #define DCStartingString "DualityCore is starting...\n" #define DCCheckingSystemPolicyString "Checking security policy... " #define DCCheckingPrivilegesString "Checking executable privileges... " #define DCSubscribingToEventsString "Subscribing to applications events... " #define DCStartingEventLoopString "Now starting the event loop...\n" #define DCPassedString "COMPLETE\n" #define DCFailedString "FAILED\n" #define DCStoppedString "DualityCore is stopping.\n" #define DCKernelPolicyFailedExplanation "The operating system is set to not allow DualityCore access to foreign processes. To change this system's policy for allowing applications such as DualityCore permission to work with foreign processes for all users, type:\n\n sudo sysctl -w kern.tfp.policy=2\n\nTo disable, type:\n\n sudo sysctl -w kern.tfp.policy=0\n\nAllowing modification of foreign processes may risk the security of your computer. By default, Mac OS 10.4 is set to enable this behavior.\n\n"