Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Unit ifpidll2runtime

Description

Runtime DLL importing support

Functions and Procedures

Overview

function ProcessDllImport(Caller: TIFPSExec; P: PIFProcRec): Boolean;
procedure RegisterDLLRuntime(Caller: TIFPSExec);

Description

function ProcessDllImport(Caller: TIFPSExec; P: PIFProcRec): Boolean;

Process a dll import (no need to call this function)

procedure RegisterDLLRuntime(Caller: TIFPSExec);

Register the dll runtime library

Author

Carlo Kok <ck@carlo-kok.com>