Unit Dllunit

This is a 16 bit library with only one export function GetSum that returns the sum of the two WORD Variables PS : Reason that I send WORD parameters is to get away from the integer changes (16 to 32 bit) But you can still try it NB : YOU MUST COMPILE THIS CODE ON DELPHI 1

Classes

Functions

GetSum - Function : Get Sum Input : 2 WORD Output : Sum of the two variables Purpose : Export function two sum two WORD

Types

Constants

Variables


Functions


function GetSum(Num1, Num2: WORD): WORD;

Function : Get Sum Input : 2 WORD Output : Sum of the two variables Purpose : Export function two sum two WORD

Types


Constants


Variables