Previous Topic: Default BehaviorNext Topic: Related User Exits


Building the Exit

The RSC/MP User exit is built as a part of the dynamic link library RSCUXxxN.dll.

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

The Microsoft's Visual C++ compiler should be installed on the system where you build the .dll.

Follow these steps:

  1. Launch a Command Prompt window.
  2. Change to the directory that contains the makefile IORSCUX.NT (%GENxx%Gen\VSabc\samples\ClientManager for Visual Studio).

    Note: VSabc refers to the supported version of Visual Studio. Replace VSabc with VS100 for Visual Studio 2010 and VS110 for Visual Studio 2012. xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  3. Set Microsoft Visual Studio compiler environment variables.
  4. Run NMAKE /F IORCSUX.NT.
  5. Copy the RSCUXxxN.DLL user exit into the Client Bridge installation directory.