Hi All,
I have a static library say 'A' linked to an application say 'B'. Everything is using VC++
Now B has a dependency on A.
When i change some code in A and press F5(Run) or F7(Build), only the library is rebuild and not the application.
Because of this when i run B.exe, the changes made in A dont show up.
Verified following:-
1. A is added in project dependency of B.
2. B has a reference of A added.
3. In Tools --> Options --> Projects and Solutions --> Build and Run :-
On Run, when projects are out of date is set to Always build
Build startup projects and dependencies on Build is checked.
You can find the test application at this link
Please help.