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:
- Place the WLL file in the Word STARTUP subdirectory.
- In Visual C++, choose Debug from the Option menu.
- 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.
- 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
|