This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
#Win32s and 3270
Message #51241
I am writing a Windows application that needs access to the high-level 3270 API (EHLLAPI). I need to be able to use two 3270 packages (ie, offer two alternatives): Attachmate and Rumba. I know that under Win 3.1, these comms packages can give Windows applications access to the API (Attachmate…
Win32s IPC
Message #51237
I am porting an OS/2 application to Win32s. Under OS/2, I have two separate processes communicating via named pipes (they can be on the same machine, or on two different machines). What would be the best means of communicating between processes? I need to support the following configurations: OS/2 client…