WD: Developing Word Linked Libraries (WLLs) on the Macintosh

Last reviewed: November 17, 1997
Article ID: Q122985
The information in this article applies to:
  • Microsoft Word for the Macintosh, version 6.0

SUMMARY

You can create add-ins that interact directly with Macintosh Word by using a programming language such as Symantec THINK C, 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" covers the concepts, tools, and methods for programming Word add-in libraries (WLLs).

MORE INFORMATION

To develop WLLs on the Macintosh, you need the following:

  • "Microsoft Word Developer's Kit, 2nd Edition"
  • Microsoft Word version 6.0 or later for the Macintosh
  • Apple Macintosh System 7.0 or later
  • A compiler that can produce Macintosh code resources (for example, Symantec THINK C)

The files necessary to build WLLs are located in the CAPI folder on the "Microsoft Word Developer's Kit, 2nd Edition" disk. Within the CAPI folder, the SAMPLE folder contains the files needed to build a sample WLL using Symantec's THINK C compiler. This sample code provides a good starting point for developing your own WLLs.

The third-party products included here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.

REFERENCES

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


Additional query words: wll word linked library capi api add-in add in
Keywords : macword word6 kbmacro kbmacro
Version : 6.0
Platform : MACINTOSH


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: November 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.