I have two versions of my app. The older one was created in Visual C++ 4.1, and I'm maintaining it there. The newer version is being developed in Visual C++ 6.0, which was of course installed more recently.
I am doing some revisions to the old version, under 4.1. When 'Execute' finds a problem and asks if I want to debug, I say yes...and it starts up 6.0 on top of my already running 4.1.
How can I get it to start 4.1 at debug time instead?
I am doing some revisions to the old version, under 4.1. When 'Execute' finds a problem and asks if I want to debug, I say yes...and it starts up 6.0 on top of my already running 4.1.
How can I get it to start 4.1 at debug time instead?