DLL Programmer's Guide for TNS/R Systems

Sample Sessions and Usage Notes
DLL Programmers Guide for TNS/R Systems522203-002
6-7
Sample Session Two
The library specified as 'zcresrl' in a -l or -lib option was resolved
to the library named '\DLLQA.$SYSTEM.SYS00.zcresrl'.
Comment: lots of other informational messages edited out . . .
LD INFORMATIONAL MESSAGE **** [40065]:
Creating a DLL without -t option specified. LD will use 0x60000000 as
the default value.
LD reported 0 errors.
LD reported 0 warnings.
LD reported 16 informational messages.
LD created the following named loadfile as type:
mystrdll (ELF, dynamic link library).
LD Timestamp: 31MAR2003 13:24:08
Elapsed Time: 00:00:01
Now Build the Program
ld mainstro -l mystrdll -o revstr -obey $SYSTEM.SYSTEM.libcobey -L
$OSS.NSKAPAT2 $SYSTEM.SYSTEM.CCPPMAIN
LD (T0429G09 - 30APR2003)
(C)2003 Hewlett Packard Development Company, L.P.
T0429's command line: mainstro -l mystrdll -o revstr -obey
$SYSTEM.SYSTEM.libcobey -L $OSS.NSKAPAT2 $SYSTEM.SYSTEM.CCPPMAIN
LD INFORMATIONAL MESSAGE **** [40056]:
Entering OBEY file '$SYSTEM.SYSTEM.libcobey'.
LD INFORMATIONAL MESSAGE **** [40057]:
Exiting OBEY file '$SYSTEM.SYSTEM.libcobey'.
LD INFORMATIONAL MESSAGE **** [40049]:
The library specified as 'mystrdll' in a -l or -lib option was
resolved to the library named '$OSS.NSKAPAT2.mystrdll'.
LD INFORMATIONAL MESSAGE **** [40049]:
The library specified as 'zcresrl' in a -l or -lib option was resolved
to the library named '\DLLQA.$SYSTEM.SYS00.zcresrl'.
Comment: lots of other informational messages edited out . . .
LD reported 0 errors.
LD reported 0 warnings.
LD reported 14 informational messages.
LD created the following named loadfile as type
revstr (ELF, executable, main entry point is 0x70000f78).
LD Timestamp: 31MAR2003 13:24:39
Elapsed Time: 00:00:01
Run The Program
RUN REVSTR XYZ
Reverse(XYZ) = (ZYX)
Hit enter to finish