#1
|
|||
|
|||
Dual-install systems (VS6 and VS.NET)
How do I specify the compiler (linker, etc) on a system with both Visual Studio 6 and Visual Studio.NET?
|
#2
|
|||
|
|||
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.
|
|
|