Entry points in scripts

As mentioned in the chapter, "Agent entry point overview," you must implement the VCSAgStartup entry point using C++. You may implement other entry points using C++ or scripts. If you implement no other entry points in C++, the VCSAgStartup entry point is not required. Instead, you may use the ScriptAgent or the Script50Agent binary, wherein all fields in VCSAgV40EntryPointStuct are set to NULL (that is, all entry points are implemented as scripts).On Windows use theInstead you may use the VCSdefault.dll. See "Using script entry points" on page 138 for an example using VCSdefault.dll. See "Using script entry points" on page 138 for an example the ScriptAgent.