Building and running the sample Windows named pipes application
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This update describes a sample application consisting
of an ABL program and a C program that communicate through a Windows
named pipe. Both programs can read and write the named pipe. The
ABL program accesses the sports2000 database. When
you run the application, you must tell one program to write the
named pipe and the other program to read it.
If you tell the C program to write and the ABL program to read:
| The C program... | While the ABL program... |
|---|---|
|
|
If you tell the ABL program to write and the C program to read:
| The ABL Program... | While the C program... |
|---|---|
|
|