DevStudio: AddToolSettings not recognized
C / C++ / MFC
1
Posts
1
Posters
5
Views
1
Watching
-
I've written a Developer Studio 6.0 add-in which changes the project's linker settings using AddToolSettings() and RemoveToolSettings(). Although my changes immediately appear in the Project->Settings windows, none of the Build commands will use the new settings until after I have closed and reopened the workspace. Not even doing a Build->Clean helps. Anyone know of a programmatic way of forcing the Build commands to pick up my changes? Thanx.