FileTool.exe Replaces the Open and Add-to-Project Features in Visual C++ (241396)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q241396 SUMMARY Launching the Open File dialog box in Visual C++ using the keyboard shortcut key or from
the File menu results in the following error: Access
Violation (0xC0000005) in DEVSHL.DLL at 0x5003eaed. DevShl.Dll referenced
memory at 0x0000000. The memory could not be read. The same error
occurs when you select Add to Project from the Project menu and click Files. FileTool.exe is a sample that replaces the Open and Add to Project menu items in Visual C++ using the Developer Studio Object
Model. The Developer Studio Object Model contains methods that both
open files and add files to a project. The BuildProject object contains an AddFile method that adds files to a project. The Documents object contains an Open method that can open files into Developer Studio. These can be
used in either a macro or Add-In. REFERENCES See the following topics in the
MSDN
Library for Visual C++ 6.0 for documentation on Visual C++
Automation and associating shortcut keys in the Visual C++ IDE:
MSDN Library; Visual Studio Documentation; Visual C++ Documentation; Using Visual C++; Visual C++ User's Guide; Automating Tasks in Visual C++
MSDN Library; Visual Studio Documentation; Visual C++ Documentation; Using Visual C++; Visual C++ User's Guide; The Visual C++ Environment; Customizing Visual C++; How Do I... Topics: Customizing Visual C++; Customizing Keyboard Shortcuts
MSDN Library; Visual Studio Documentation; Visual C++ Documentation; Using Visual C++; Visual C++ User's Guide; The Visual C++ Environment; Customizing Visual C++; How Do I... Topics: Customizing Visual C++; Customizing Toolbars and Menus
Modification Type: | Minor | Last Reviewed: | 8/9/2004 |
---|
Keywords: | kbdownload kbfile kbSample KB241396 kbAudDeveloper |
---|
|