home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / cdllvb / read.txt < prev   
Text File  |  1993-01-02  |  493b  |  9 lines

  1. This example builds on the file DLL4VB.ZIP in Lib5 of MSBASIC forum. It was
  2. written to illustrate one way to handle passing a string from a DLL to a VB/Win
  3. application...not that elegant but it works. A good reference for this general
  4. topic is found in "Topics is C Programming" by Stephen Kochan and P. Wood,
  5. pages 46 ff. If your using TurboC++ or Borland C++ be sure to use Options;Directories
  6. to make sure the mathfun8.h file is in the "include directories" path.
  7.  
  8. Bill Aylor
  9. 1-1-93