How to Use Visual C++ to Debug a WLL

ID: Q128993


The information in this article applies to:
  • Microsoft Word for Windows, versions 6.0, 6.0a, 6.0c


SUMMARY

To use Microsoft Visual C++ to debug a WLL file, do the following:

  1. Place the WLL file in the Word STARTUP subdirectory.


  2. In Visual C++, choose Debug from the Option menu.


  3. Set the following options
    Program Argument : c:\winword\winword.exe
    Additional Dll's : c:\winword\startup\<wllname>.wll
    where <wllname> is the name of your WLL.


  4. From the Debug menu, choose Go. Answer Yes to the prompt: "The file Winword.exe does not contain debugging information."


Make sure that you exit Word using the Exit command from within Word's File menu, and not by choosing Stop in the VC++ debugger. If you choose Stop in the VC++ debugger, Word will close down improperly, and may result in low memory conditions.

Additional query words: 6.0 winword word6

Keywords :
Version : WINDOWS:6.0,6.0a,6.0c
Platform : WINDOWS
Issue type : kbhowto


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.