Via: uk.ac.aston; Tue, 16 Feb 1993 13:53:11 +0000 To: djgpp AT sun DOT soe DOT clarkson DOT edu, mcastle AT cs DOT umr DOT edu, kok AT CS DOT ColoState DOT EDU From: John Fletcher Date: 16 Feb 93 13:52:07 GMT Subject: DLDIND posted Reply-To: J DOT P DOT Fletcher AT aston DOT ac DOT uk I have posted some extra example files for DLD323 to ftp.math.niu.edu in pub/msdos/djgpp.stuff/contrib as DLDIND.ZIP The following is DLDIND.TXT which is in the file DLDIND.ZIP Calling C functions indirectly using DLD323 * J.P.Fletcher * 16/2/93 (2/16/93 for USA readers) * Example to accompany DLD323.ZIP (DLD for DJGPP) This is an additional example to make it easier to use DLD. It shows how calls to functions loaded using DLD can be made to look the same as functions loaded in the binary, by hiding the DLD stuff within a header file. This example consists of two files, CALL_ADI.C and ADD1_C.H. These should be installed in DLD\TEST\ADD1 with the original ADD1 test files for DLD. This example uses the file ADD1.C unchanged. These files can be distributed freely. John Fletcher --------------------------------------------------------------------- Dr John P. Fletcher Department of Chemical Engineering and Applied Chemistry, Aston University, Tel: (44) 21 359 3611 ext 4625 Aston Triangle, Email(Most systems): J DOT P DOT FLETCHER AT ASTON DOT AC DOT UK BIRMINGHAM B4 7ET U.K. Email(JANET only): J DOT P DOT FLETCHER AT UK DOT AC DOT ASTON ---------------------------------------------------------------------