Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



...

 

If you wish to develop new applications that will communicate with the 3270 emulator, we suggest that you use the WinHLLAPI interface.  For almost all of the WinHLLAPI program functions to work, you need to be connected to a 3270 host.

...

HLLAPI.txt/readme.txt

Read me file

modDLLTest.bas

Visual Basic module file

DLL_Sample.frm

Visual Basic form file

frmAbout.frm

Visual Basic form file

frmQuestion.frm

Visual Basic form file

frmText.frm

Visual Basic form file

QWS_DDL_Sample.vbp

Visual Basic project file

 

 



C_Sample_app.dsw

VC6 workspace file

C_Sample_app.dsp

VC6 project file

C_Sample_app.rc

Resource compiler file

main.c

C source code

main.h

C header file

resource.h

Resource header file

 

 



whllapi.h

C header file

whllapi.dll

32-bit dynamic link library

whllapi.lib

lib file for inclusion in VC projects

 

 



C_Sample_app.exe

Compiled C executable

DLL_Sample.exe

Compiled VB executable

...

A copy of the HLLAPI specifications has also been installed in the samples directory.  The file is called winhlapi.hlp and is in form of a Windows help file.