Skip to main content

Problem:

Web CGI Application.

Resolution:

Make DLLs of conversion objects (NMCNVRTI.obj, NMCNVRTO.obj).

Use call-convention 0.

Use set procedure-pointer-item to entry "dllname" to load DLLs and gain access to the internal entry points.

special-names.

      call-convention 0 is llnk.

working-storage section.

77  NMCNVRTI-pointer      procedure-pointer.

77  NMCNVRTO-pointer    procedure-pointer.

procedure division.

      set NMCNVRTI-pointer to entry "NMCNVRTI"

      set NMCNVRTO-pointer to entry "NMCNVRTO"

Old KB# 3897