Follow these steps to compile and link the RPC API application using an IBM 32-bit compiler for OS/2:
icc /C myprog.c
For VisualAge C++
ilink /NOFREEFORMAT myprog,myprog.exe,NULL, rpc32dll.lib
Notes: