The information in this article applies to:
SYMPTOMSThe Win32 API function name you include in a Declare statement is case sensitive. For example, the following sample Declare statement is not valid if Word is running under Windows 95 or Windows NT:
However, if you use the correct combination of uppercase and lowercase
letters in the function name, the same statement is valid:
CAUSE
When you access named functions in 32-bit .DLL files, Windows 95 and
Windows NT require the calling application to provide the exact name of the
function, including proper case, before the function can be called. Because
Word for Windows NT and Word 7.0 are 32-bit applications, they are required
to adhere to this requirement, including the WordBasic Declare command.
Additional query words: 6.0 winword ntword wordnt 7.0 word95 word7 word6
Keywords : |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |