How do I enable support for the CodeSiteEx SendGUID method?
CodeSiteEx makes this very simple.  Perform the following steps:
- Open the CSX.INC file in any editor.  Look for a line that reads {.$DEFINE ALLOW_SENDGUID}.
 
- If found, change this line to {$DEFINE ALLOW_SENDGUID} (remove the period before the $DEFINE keyword).
 
- If you are using Delphi 5, there is one additional step.  Look for a line that reads {.$DEFINE USE_COMOBJ}.  Change this line to {$DEFINE USE_COMOBJ} (remove the period before the $DEFINE keyword).  This instructs Delphi to include the COMObj unit when recompiling CodeSiteEx.
 
- Save your changes to the CSX.INC file.