No Title
1. Dynamically linked libraries
2. Introductory Example
2.1 The program
C/C++ program.
Fortran 77 program.
2.2 Generating a DLL
Linux with GNU C compiler.
SUN Solaris with GNU C compiler.
Windows 95/NT with Borland C++ 5.02.
Windows 95/NT with Visual C++ 5.0.
Windows 95/NT with Symantec C++ 7.0.
Linux with GNU Fortran 77 compiler.
SUN Solaris with GNU Fortran 77 compiler.
SUN Solaris with Fortran 77 compiler.
Windows 95/NT with Absoft Pro Fortran 6.0.
2.3 Using the DLL in XploRe
3. The same example - more complex
4. dlcallex
4.1 A arbitrary number and type of parameters
4.2 Storing by row or by column
5. Details on DLLs
5.1 General
5.2
dll.h
5.3 Checking for exportable functions
5.4 Which compiler ?
5.5 A second example in C
6. XploRe commands for using DLLs
6.1 dlopen
6.2 dlcall
6.3 dlquery
6.4 dlclose