How do I enable support for CodeSite 3?
CodeSiteEx makes this very simple. Perform the following steps:
- First, make sure you have CodeSite 3 installed.
- Open the CSX.INC file in any editor. Look for a line that reads {.$DEFINE CODESITE_3_PLUS}.
- If found, change this line to {$DEFINE CODESITE_3_PLUS} (remove the period before the $DEFINE keyword). This enables the conditional define to provide support for CodeSite versions 3 and above.
- Now, look for a line that reads {$DEFINE CODESITE4}. Change this line to {.$DEFINE CODESITE4} (add a period before the $DEFINE keyword). This disables the conditional define that provides CodeSite 4 support.
- Finally, look for a line that reads {.$DEFINE CODESITE3}. Change this line to {$DEFINE CODESITE3} (remove the period before the $DEFINE keyword). This enables the conditional define that provides CodeSite 3 support.
- Save your changes to the CSX.INC file.
- Recompile your packages.