PDA

View Full Version : Dual-install systems (VS6 and VS.NET)


dlevi
04-08-2004, 11:49 AM
How do I specify the compiler (linker, etc) on a system with both Visual Studio 6 and Visual Studio.NET?

kinook
04-08-2004, 12:54 PM
You shouldn't need to. Use Make VC6 steps for VC6 projects/workspaces, Make VB6 steps for VB6 projects/groups, and Make VS.NET steps for VS.NET projects/solutions. Each action will automatically locate the command-line compiler and use it. See the help topic for each of those actions about where it looks and how to override the location if necessary.