Problem:clicking file-open in VC6.0(withSP6) is not valid, click Open on the toolbar button, the program crashes directly, Project-add File to Project or not .
Workaround:
First step: Download "filetool"(file:http://support.microsoft.com/kb/241396/zh-cn ) The file is a compressed package.
The second step: Unzip the downloaded file, the directory can be default in the C -Drive temporary folder, can also be customized. then compile the. DSW project in the extracted folder with vc6.0 to generate a DLL file (FileTool.dll).
The third step:DLLCopy files toVCIn the installation directory (under the installation directory, there is avc98folder, and put it in the folder). Then run any one of thevc6.0projects, throughTools(Tools)->customize(custom-made)->add-ins and Macro Files(add-ons and macro files) Click "Browse" to just copyvc98in the folderDLLadd it in. (If no DLL is found in the browseFile in the lower-left corner of the Browse window, select the file typeadd-ins (. dll))
This is just one more toolbar, where "A" means "add", "O" means " open". You can then add the file to the project by clicking on "A".
This solves the problem of the inability to open files in VC6.0 and the inability to add files to the project.
VC6.0 crash, workaround when adding files