Subversion Repositories spacemission

Rev

Rev 57 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 102
Line 912... Line 912...
912
{.$DEFINE _DMO_}
912
{.$DEFINE _DMO_}
913
 
913
 
914
{When you need DirectPlay, please remove this definition. It is not enabled by default, because}
914
{When you need DirectPlay, please remove this definition. It is not enabled by default, because}
915
{DirectPlay is not shipped with Windows by default, and the user might receive a warning}
915
{DirectPlay is not shipped with Windows by default, and the user might receive a warning}
916
{that the app might not work if DirectPlay is not installed.}
916
{that the app might not work if DirectPlay is not installed.}
-
 
917
{ RECOMMENDATION: }
-
 
918
{ - When you build/install DelphiX to your IDE, enable UseDirectPlay (so you have the DirectPlay VCL installed) }
-
 
919
{ - When you compile an application which does not require DirectPlay, then disable UseDirectPlay, }
-
 
920
{   to avoid that the end user receives a "This app needs DirectPlay" warning. }
917
{.$Define UseDirectPlay}
921
{.$DEFINE UseDirectPlay}