The information in this article applies to:
SUMMARY
To use the Excel4v() function in small or medium memory model dynamic-link
libraries (DLL), it may be necessary to modify the Excel4v() prototype in
XLCALL.H. The need for this modification depends on the compiler used.
Borland C++ version 3.1 and Microsoft C++ version 7.0 do not allow far
pointers to arrays. If this Excel4v() prototype is used with these
compilers, the far keyword is ignored. To correct this problem, modify the
last formal argument to resemble the following:
This modification is not necessary for large or compact memory model
DLLs, because pointers are far by default in these memory models.
MORE INFORMATION
The following are the error messages produced when the unmodified
prototype for the Excel4v function is used:
In Borland C++ 3.1: Borland C++ 3.1 is manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability. Additional query words: 4.00 general protection fault GPF GP-fault
Keywords : |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |