home *** CD-ROM | disk | FTP | other *** search
- This is an example of calling a DLL from CA-dBFast and
- passing an integer array. The array is created by using
- PUTINT to stuff the values into a CA-dBFast string. A
- pointer to the string is then passed to the DLL function
- where the array is swapped. The CA-dBFast program then
- prints the contents of the array (string) using GETINT
- to verify the swap occurred.
-
- The DLL can be created with the .C and .DEF files using
- either Borland or Microsoft C compilers. This example
- was compiled and linked using the LARGE memory model.
-
-