OI call to DLL for Attachmate (IBM) 3270 (OpenInsight Specific)
At 20 JAN 1999 06:06:44PM Brian Wick wrote:
Looking for OI prototype record to call Attachmate's HLLAPI.DLL and SAAHLAPI.DLL in order to interface to IBM mainframe screens.
At 21 JAN 1999 08:35AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
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
At 24 JAN 1999 10:17PM BRIAN WICK wrote:
Thanks for the info. I am waiting now for the Attachmate SDK CD which should give me the data types needed.