Hi,
I am new to Progress.
I am trying to import a parm my C program puts in the stdout as:
fputs(parm, stdout);
fflush(stdout);
using the following line:
import stream api-stream unformatted parm-string.
I am not having luck importing some error messages. Is there something wrong with my statement? I would appreciate any help.
I am new to Progress.
I am trying to import a parm my C program puts in the stdout as:
fputs(parm, stdout);
fflush(stdout);
using the following line:
import stream api-stream unformatted parm-string.
I am not having luck importing some error messages. Is there something wrong with my statement? I would appreciate any help.