Looking for OI prototype record to call Attachmate's HLLAPI.DLL and SAAHLAPI.DLL in order to interface to IBM mainframe screens.
You'd have to get the function information from the Attachmate manuals. Once you know the functions and their parameter types, the Basic+ manuals should be able to walk you through setting up the prototypes once you know what to call. It's just a matter of matching up the C types with the Basic+ types.
akaplan@sprezzatura.com
Thanks for the info. I am waiting now for the Attachmate SDK CD which should give me the data types needed.