From: Baptiste L. <gai...@fr...> - 2002-12-20 22:23:55
|
----- Original Message ----- From: "Baptiste Lepilleur" <gai...@fr...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Thursday, December 19, 2002 12:09 AM Subject: [Cpptool-develop] VC++ 6.0 add-in added > I added the add-in for VC++ 6. It lives in src/rftavc6addin. > > It only did a little testing, so be careful. Though, it seems to be > working fine. > > Install instruction: > - compile the add-in project in release configuration > - exit VC++ > - run bin/install-vc6-addin.bat, which should copy the necessary dll in > the VC++ add-in directory (if your environment variable are configured > correctly) > - run VC++ and activate the add-in in Tools/Customize... Notes, that VC++ may report that it fails to load the DLL. If you are using Internet Explorer 6.0 on Windows 2000, that is because of a bug in the SHWAPI.DLL (or something like that), which introduce a buggy dependency to APPHELP.DLL (which does not exist on Windows 2000, only on Windows XP). Don't panic, in the Tools/Customize... dialog, just load the add-in using the browse button one or two times and it should work. My guess is that VC++ force loading of 'delayed load DLL' when starting which cause the failure. I've got it working at home (Windows 2000 IE 5.5), and at work (Windows 2000 IE6). Baptiste. > > You will see a new ugly toolbar (anyone got an idea for icons ?). If you > want to bind the command to the keyboard, search for a command starting with > 'RftaRenameLocaleVariable' in the add-in category. > > Have fun, > Baptiste. |