Open Source File Visual C++ Add-In

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Environment: VC6 x86 NT4 W2K

I wrote a Visual C++ add-in that opens a file that is stored anywhere in your Visual C++ x86 “Include” path. I use it to open files such as winerror.h or header files mentioned in MSDN.

The source files were built using Visual C++ 6.0 and the Add-In wizard.

To install:

  1. Compile the OpenSourceFile.dll
  2. Click on Tools|Customize|Add-ins and Macro Files
  3. Browse and select the DLL file
  4. It will add a new toolbar

Downloads

Download source – 39 Kb

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read