Named Pipes

TColeman

Member
I need to pass commands from the Progress application to the C++ process running in the background. Has anyone used named pipes to do this? C++ is naming the pipe, but the Progress application needs to open the pipe and write to it.

Any help (like a snippet of code) would greatly be appreciated.

Terri
 
Top