Writing 32-Bit WLLs for Word for Windows NT

Last reviewed: August 5, 1997
Article ID: Q123692
The information in this article applies to:
  • Microsoft Word for Windows NT, version 6.0

SUMMARY

You can create add-ins that interact directly with Word for Windows NT by using a 32-bit compiler (such as Microsoft Visual C++ version 2.0), the Microsoft application programming interface (Word API), and the tools provided on the "Microsoft Word Developer's Kit, 2nd Edition" disk. Appendix C of the "Microsoft Word Developer's Kit, 2nd Edition" manual discusses the concepts, tools, and methods for programming Word add-in libraries.

MORE INFORMATION

Microsoft Word linked libraries (WLLs) written for Word 6.0 for Windows will also work with Windows NT, but only when used with Word for Windows (16-bit Word). In order for such a WLL to work with Word for Windows NT (32- bit Word), you must recompile the WLL with a 32-bit compiler. Use the CAPILIB.C and CAPILIB.H files included with the "Microsoft Word Developer's Kit, 2nd Edition," and modify the .DEF file to remove the IMPORTS section.

The "Microsoft Word Developer's Kit, 2nd Edition" includes Word for Windows NT and Word for the Macintosh information.

REFERENCES

"Microsoft Word Developer's Kit, 2nd Edition," Appendix C, "Microsoft Word Application Programming Interface"


KBCategory: kbprg kbmacro
KBSubcategory:
Additional reference words: 6.0 ntword wordnt wll capi api add in 16 bit
word6 macword
Keywords : kbmacro kbprg
Version : 6.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 5, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.