G
Guest
Hello, I have started to use managed C++ in VS 2003. I have several .NET
class libraries written in MC++.
I am finding the rebuild tendencies in VS to be very annoying. If I make a
minor change to a C++ file (not header), it causes all depend projects to
rebuild. I have not changed any classes or interfaces; I only make a minor
change to some code in a cpp file.
I would expect all depend files to rebuild if I change a class header file,
but I do not expect **all depend projects** to rebuild if I make a minor
change to some cpp code.
I can live with this behavior for now, but once I have a large system, I can
see that this will become quite a burden.
Is there anyway to stop/work-around this behavior. Is it fixed in VS 2005?
Thanks
class libraries written in MC++.
I am finding the rebuild tendencies in VS to be very annoying. If I make a
minor change to a C++ file (not header), it causes all depend projects to
rebuild. I have not changed any classes or interfaces; I only make a minor
change to some code in a cpp file.
I would expect all depend files to rebuild if I change a class header file,
but I do not expect **all depend projects** to rebuild if I make a minor
change to some cpp code.
I can live with this behavior for now, but once I have a large system, I can
see that this will become quite a burden.
Is there anyway to stop/work-around this behavior. Is it fixed in VS 2005?
Thanks