Resetting project compatibility in vb6
问题 When we break compatibility in a vb6 dll I have to do the following: Set to no binary compatibility Recompile Set compatibility again Remove reference to changed dll from all projects that use it Add reference back to all projects that use it Recompile all those projects Do the same for any projects that use those projects, etc. Of course that's a little bit simplified but anyone who's done it before should know what I'm talking about. My question is: Have you found a better way to do this,