![]() |
General Programming »
Macros and Add-ins »
DevStudio Add-ins
Intermediate
Auto File Save Add-in for Visual Studio 6.0By Itay SzekelyAdd auto-save feature to Visual Studio 6.0. |
VC6Win2K, Dev
|
|
Advanced Search Add to IE Search |
|
|
|
|||||||||||

Current version: 1.04.0 (February 28, 2000)
For updates, check my website:
itay.come.to/autosave
Common\MSDev98\AddIns.
There is another known "feature": When working with source-safe IDE integration while the project (dsp and/or dsw files) is not checked out, but you have changed the project settings, the add-in will ask you to check out the project when it is attempting to save it. You can just cancel the request if you don't want to check out, but this will happen periodically with the save. You can also disable saving the workspace and save only the files.
This add-in was built with Visual C++ 6.0 with service pack 3. I haven't tested it with other versions, so you can take your chance. I heard from people that it works fine with DevStudio/Visual C++ 5.
If the add-in doesn't "remember" its previous settings between Visual Studio sessions, check the registry for the following key:
HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0
This is where Visual Studio saves its data and where the add-in creates its sub-keys. If it doesn't exist you may have a Visual Studio setup problems. If the key exists, it should have the following sub-key:
AddIns\AutoSave.DSAddIn.1
This is where the add-in saves its data. If the key doesn't exist, create it manually and see if it works.
DllRegisterServer() worked only when logged in as administrator.
Now it will work in any case (thanks to
Petr Smilauer).
| You must Sign In to use this message board. | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 9 Mar 2000 Editor: Valerie Bradley |
Copyright 2000 by Itay Szekely Everything else Copyright © CodeProject, 1999-2009 Web19 | Advertise on the Code Project |