home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a044 / 3.ddi / MISC / READ.ME < prev    next >
Encoding:
Text File  |  1993-08-31  |  543 b   |  13 lines

  1. This is an example of calling a DLL from CA-dBFast and
  2. passing an integer array.  The array is created by using
  3. PUTINT to stuff the values into a CA-dBFast string.  A
  4. pointer to the string is then passed to the DLL function
  5. where the array is swapped.  The CA-dBFast program then
  6. prints the contents of the array (string) using GETINT
  7. to verify the swap occurred.
  8.  
  9. The DLL can be created with the .C and .DEF files using
  10. either Borland or Microsoft C compilers.  This example
  11. was compiled and linked using the LARGE memory model.
  12.  
  13.