Failure and solution when adding files in VC6.0, vc6.0 Solution
Problem: In VC6.0 (With SP6), clicking File-Open is invalid. clicking the Open button on the toolbar will cause the program To crash, and Project-Add File To Project will not work.
Solution:
Step 1: Download FileTool (File: http://support.microsoft.com/kb/241396/zh-cn) which is a compressed package.
Step 2: Decompress the downloaded file. The directory can be in the Temporary Folder on drive C by default or customized. Use vc6.0 to compile and decompress the. dsw project in the folder and generate a dll file (FileTool. dll ).
Step 3: copy the dll file to the vc installation directory (there is a vc98 folder under the installation directory and put it in this folder ). Run any vc6.0 project, And use Tools> Customize> Add-ins And Macro Files (additional items And Macro Files) click Browse to add the DLL in the copy vc98 folder. (If NO dll file is found during browsing, you can select Add-ins (. dll) in the file type in the lower-left corner of the browsing window ))
This is an additional toolbar, where "A" indicates "add" and "O" indicates "open ". You can click "A" to add the file to the project.
In this way, the problem that the file cannot be opened in VC6.0 and the file cannot be added to the project is solved.