Free Source Code and Program Tips
Make the Code Completion working again in VC++ 6.0
Code Completion is a very useful feature of programiing, but it often strikes in VC++ 6.0. If you meet such matter, try the following step:
1. delete *.ncb, *.opt, *.plg and *.clw files from your project directory
2. rebuild your project.
And you often need CTRL+W to generate the class wizard infmation again.
But the above works quite often but not always. For a better experience, you need to try some comercial tools, for example, Visual Assistant.It is a product of Whold Tomato Software and provides more powerful functions.
| Print article | This entry was posted by hamo on December 6, 2006 at 4:59 pm, and is filed under General. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |