Here are some functions that could be useful for manipulating user settings in windows. I’ve taken them straight from MSDN 😛 CreateEnvironmentBlock: Retrieves the environment variables for the specified user. DeleteProfile: Deletes the user profile and all user-related settings from the specified computer. DestroyEnvironmentBlock: Frees environment variables created by the CreateEnvironmentBlock function. ExpandEnvironmentStringsForUser: Expands the […]
Continue reading…
Daily Archives: July 5, 2007
Build times in Visual Studio 6
Add /Y3 to msdev as command line, but you may say that this is not possible always when I click on visual studio icon. Add a shortcut to msdev and in the “Target” edit box, to the end, add this option as /Y3. Now whenever you startup visual studio using this shortcut you should get build […]
Continue reading…