home *** CD-ROM | disk | FTP | other *** search
- Using BPLUS11 With Turbo C Version 1.5
-
- According to Larry Hunter of Hunter and Associates, the reason
- BPLUS11 will not work with Turbo C Version 1.5 lies in the
- difference from Version 1.0 in definition of the library function,
- memcpy(). In Version, 1.5, memcpy() should not be used and
- function, memmove(), should be used, instead.
-
- I did a global search and replace in file, BPLUS.C, to replace
- each instance of 'memcpy' with 'memmove' and recompiled. The
- calling parameters for both functions are identical, so no further
- work needs to be done. It works just fine, now.
-
- A new address is required to get in touch with Hunter and Assoc.
- as follows:
-
- Hunter and Associates
- 7900 Edgewater Drive
- Wilsonville, Oregon 97070
-
-
-