Compiling and Linking

The application program can be linked using dynamic linking method. This means that we can link the entry point by performing the dynamic linking. In this case, the application uses operating system calls to load the correct DLL and obtain the entry point address at run time.

The following table shows which .DLL should be used for dynamic loading.
Interface Entry Point DLL
IBM® Standard (64-bit) hllapi EHLAPI32.DLL
IBM Enhanced (64-bit) hllapi PCSHLL32.DLL
WinHLLAPI (64-bit) winhllapi WHLAPI32.DLL