Installation question (New and Improved)
I'm a bit embarrassed to ask this, since I suspect the answer is simple, but I haven't been able to track it down by any means. I was working on a program in VC6 on a computer which turned out to be inadequate for testing purposes. Therefore, I got a new system with sufficient memory for my purposes, installed VC6, and moved all the project files across. The program compiled and built just fine on the old system, but now I get a string of link errors which I have determined to be occuring because I am linking to retail versions of the libraries instead of debug versions.
That should be something simple to fix, but all the settings show that I am building the debug version, and I can't find anywhere to specify a different version of the .dlls to link in.
There must be something that I am overlooking, but I can't figure out what it is. Any suggestions?