Coherent access to mainframe files from Win32 application and IBM RDZ/Eclipse?
- by Ira Baxter
I have a suite of tools for processing IBM COBOL source code; these tools are built as Win32 applications and talk to Windows (including network) files using traditional Windows file system calls (open, close, read, write) and work just fine, thank you.
I'd like to integrate these with Eclipse; we understand how to get Eclipse to do UI for us we…