|
 |
 
ASCII Runtime Development Kit
The ASCII Runtime Development Kit contains the headers files and modules that are required to develop software using the OS/400 ASCII Runtime. See Helpful Tips for more information.
To install the ASCII Runtime Development Kit perform the following steps:
- Create a *SAVF on your iSeries by running the command CRTSAVF my_lib/QADRTDEV
- Download qadrtdev.zip to your local PC or workstation.
- Unzip qadrtdev.zip to generate qadrtdev.savf.
- FTP qadrtdev.savf to your iSeries. This can be done be executing the following from your PC or workstation:
ftp my_iSeries
bin
put qadrtdev.savf my_lib/QADRTDEV.SAVF
quit
- Restore the QADRT library by running the command RSTLIB SAVLIB(QADRT) DEV(*SAVF) SAVF(my_lib/QADRTDEV).
- Create the necessary symbolic links in IFS by calling QADRTSETUP. This can be done with the command CALL PGM(QADRT/QADRTSETUP).
- You are now ready to develop software using OS/400 ASCII Runtime.
Revisions to the ASCII Runtime Development Kit:
| 08/31/2007 | Add ungetc_a() support to stdio.h (V5R3 and later releases only) |
| 04/16/2007 | Updates to ctype.h. |
| 09/15/2005 | Changes to QADRTMAIN3 *MODULE to allow 16 byte argv pointers. |
| 06/15/2005 | Refresh QADRTMAIN, QADRTMAIN2, and QADRTMAIN3 *MODULEs. |
| 02/09/2005 | Updates to stdio.h, stdlib.h, and sys/stat.h to fix 'qadrt_use_inline' problems |
| 11/07/2003 | Original version |
|
|
|
|
|