473,396 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Install VC6 after VC7 ?

Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they run
quite happily together. But they were installed in this order.

TIA,

David Wilkinson
Dec 13 '05 #1
16 1641
David Wilkinson wrote:
Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they run
quite happily together. But they were installed in this order.


Just to note: There is no offical support for VC5 and VC6 side-by-side
installation (of course support has already ended ;-) )

But see:
http://www.codeguru.com/Cpp/V-S/tips/article.php/c461/
--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Dec 13 '05 #2
Jochen Kalmbach [MVP] wrote:
David Wilkinson wrote:
Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they
run quite happily together. But they were installed in this order.

Just to note: There is no offical support for VC5 and VC6 side-by-side
installation (of course support has already ended ;-) )

But see:
http://www.codeguru.com/Cpp/V-S/tips/article.php/c461/


Jochen:

Yes, I know VC5 and VC6 will not work together because the debug DLL's
have the same name but the VC6 ones are not backward comaptible (was
that stupid, or what?). I will not use VC5 any more when (if!) I get VC6
working.

David Wilkinson
Dec 13 '05 #3
David,

I recently installed VC6 after VC7.1 and I did not run into any major
issues. Just be careful with your path, include and lib and you should
be fine.

- JL

Dec 13 '05 #4
I have installed VC6 after VC7.1 without problems.
But my preferred order is VC6, VC7.1 and then VC2005.

--
Regards,
Nish [VC++ MVP]
"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they run
quite happily together. But they were installed in this order.

TIA,

David Wilkinson

Dec 13 '05 #5
On 13 Dec 2005 07:17:33 -0800, je***********@gmail.com wrote:
David,

I recently installed VC6 after VC7.1 and I did not run into any major
issues. Just be careful with your path, include and lib and you should
be fine.


I've given up installing system-wide environment variables. It just doesn't
work when multiple compilers are installed. They're not necessary for the
IDE, and for the command line, there are the vcvars32.bat files to set
things up.

Note that VC6 (or maybe it's just Visual Studio 6?) will install the
obsolete MS Java VM. To avoid this, create a zero-length file in %windir%
(e.g. C:\WINDOWS) named msjava.dll. Once installed, delete this file.

--
Doug Harrison
Visual C++ MVP
Dec 13 '05 #6
"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
Does anybody know if there are any issues installing VC6 after VC7?


Do you want to change your JIT settings? Yes or no. By now I've forgotten
what I answered.

Can you guess what component is asking? You don't have to answer that
question though. Just wondering if you can guess. And can you guess if you
want the answer to be yes or no.

I don't remember any troubles though. Maybe I luckily guessed the right
answer.

Dec 14 '05 #7
Jim
Is VMWare or VirtualPC an option for you?

I use VMWare to isolate my programming environments and have been quite
pleased with the results.

"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they run
quite happily together. But they were installed in this order.

TIA,

David Wilkinson

Dec 14 '05 #8
Norman Diamond wrote:
"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
Does anybody know if there are any issues installing VC6 after VC7?

Do you want to change your JIT settings? Yes or no. By now I've
forgotten what I answered.

Can you guess what component is asking? You don't have to answer that
question though. Just wondering if you can guess. And can you guess if
you want the answer to be yes or no.

I don't remember any troubles though. Maybe I luckily guessed the right
answer.


Norman:

I'm not quite sure what you are asking/saying here. Does it have
specifically to do with installing VC6 after VC7?

Speaking of JIT, that is one thing that does not work for me with VC5
and VC7 installed together (but in the "correct" order). When I am
running VC5, the JIT wants to open VC7 to do the debugging. I don't know
if that can be fixed, but I can live with it.

David Wilkinson
Dec 14 '05 #9
Doug Harrison [MVP] wrote:
On 13 Dec 2005 07:17:33 -0800, je***********@gmail.com wrote:

David,

I recently installed VC6 after VC7.1 and I did not run into any major
issues. Just be careful with your path, include and lib and you should
be fine.

I've given up installing system-wide environment variables. It just doesn't
work when multiple compilers are installed. They're not necessary for the
IDE, and for the command line, there are the vcvars32.bat files to set
things up.

Note that VC6 (or maybe it's just Visual Studio 6?) will install the
obsolete MS Java VM. To avoid this, create a zero-length file in %windir%
(e.g. C:\WINDOWS) named msjava.dll. Once installed, delete this file.


Doug:

I don't think VC6 does anything with Java. It must just be Visual Studio.

David Wilkinson
Dec 14 '05 #10
On Wed, 14 Dec 2005 08:10:26 -0500, David Wilkinson <no******@effisols.com>
wrote:
I don't think VC6 does anything with Java. It must just be Visual Studio.


Could be. I wouldn't chance it, though. I install only VC6 and VB6 when
installing Visual Studio 6, and my notes tell me to perform the msjava.dll
trick, even though I don't install InterDev or J++. I gotta follow my
notes. :)

--
Doug Harrison
Visual C++ MVP
Dec 14 '05 #11
Doug Harrison [MVP] wrote:
On Wed, 14 Dec 2005 08:10:26 -0500, David Wilkinson <no******@effisols.com>
wrote:

I don't think VC6 does anything with Java. It must just be Visual Studio.

Could be. I wouldn't chance it, though. I install only VC6 and VB6 when
installing Visual Studio 6, and my notes tell me to perform the msjava.dll
trick, even though I don't install InterDev or J++. I gotta follow my
notes. :)


Yesterday I installed VC6 on my laptop (which doesn't have VC7, so I
wasn't worried about it), and this did not happen. In fact this machine
has no copies of msjava.dll anywhere.

My desktop (the one that has VC5 and VC7 now) does have msjava.dll in
SYSTEM32. It is dated 2/28/2003, 926KB, version 5.0.3810.0. Is it not
supposed to be there?

David Wilkinson
Dec 14 '05 #12
On Wed, 14 Dec 2005 12:05:29 -0500, David Wilkinson <no******@effisols.com>
wrote:
Yesterday I installed VC6 on my laptop (which doesn't have VC7, so I
wasn't worried about it), and this did not happen. In fact this machine
has no copies of msjava.dll anywhere.

My desktop (the one that has VC5 and VC7 now) does have msjava.dll in
SYSTEM32. It is dated 2/28/2003, 926KB, version 5.0.3810.0. Is it not
supposed to be there?


All I know is MS stopped supporting their Java VM, meaning no more security
updates or improvements, though the Apr-2004 settlement may have mitigated
that somewhat. They stopped including it in Windows as of WinXP SP1a. For
more, see:

http://www.microsoft.com/mscorp/java/faq.asp

My take is that if you already have msjava, it's probably OK, but if you
don't, and you don't need it, you should avoid installing it.

--
Doug Harrison
Visual C++ MVP
Dec 14 '05 #13
David Wilkinson wrote:
Does anybody know if there are any issues installing VC6 after VC7?

Right now I have VC5, VC7 and VC7.1 running on the machine, and they run
quite happily together. But they were installed in this order.

TIA,

David Wilkinson


Thanks, all, for the input.

Yes, as you all said, you can install VC6 after VC7. VC7 still works,
which is what I was worried about. I successfully transferred my app
from VC5 to VC6, so now I'm only 7 years behind, not 8. I may still move
it to VC8, but I just hate the .NET IDE for MFC work, though I have used
VC7.1 a lot for cross-platform non-GUI work.

Norman, now I understand what you were talking about. The installation
did ask if I wanted to change my JIT settings. I said no.

David Wilkinson

=====================
Dec 14 '05 #14
"David Wilkinson" <no******@effisols.com> wrote in message
news:uZ**************@tk2msftngp13.phx.gbl...
Norman Diamond wrote:
"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
Does anybody know if there are any issues installing VC6 after VC7?


Do you want to change your JIT settings? Yes or no. By now I've
forgotten what I answered.
Can you guess what component is asking? [...]


I'm not quite sure what you are asking/saying here. Does it have
specifically to do with installing VC6 after VC7?


While installing Visual Studio 6 after Visual Studio 7.1, a popup asked if I
want to change my JIT settings. Allowable answers were yes or no. By now
I've forgotten what I answered. I don't know if the question came from
Visual Studio 6, or from some component of Visual Studio 7.1 detecting that
some change was being asked of it, or maybe from something else. Besides
not knowing which component wanted to impose the change, I don't know which
version's JIT settings were going to be affected by change. I don't know
what the old values of the settings were, nor what the proposed new values
were going to be. The popup allowed answers of Yes or No.

Dec 15 '05 #15
"David Wilkinson" <no******@effisols.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
I successfully transferred my app from VC5 to VC6, so now I'm only 7 years
behind, not 8.


VC6 was still on sale in 2002, so you might think you're 3 years behind, but
you'd still be wrong. If you install VC6 SP6 then you can get bugs that
were released in 2005.

Dec 15 '05 #16
FWIW
This registry key got modified when .NET was installed
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
Name = Debugger
changed to:
"C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe" -p
%ld -e %ld

And a New Key was created called
PreVisualStudio7Debugger
with the value set to:
"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p
%ld -e %ld

Using this value reset the Debugger back to the old VS 6.0 debugger
You might want to saved the New .NET value in a different Key for future
reference

Todd

"Norman Diamond" <nd******@community.nospam> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
"David Wilkinson" <no******@effisols.com> wrote in message
news:uZ**************@tk2msftngp13.phx.gbl...
Norman Diamond wrote:
"David Wilkinson" <no******@effisols.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...

Does anybody know if there are any issues installing VC6 after VC7?

Do you want to change your JIT settings? Yes or no. By now I've
forgotten what I answered.
Can you guess what component is asking? [...]


I'm not quite sure what you are asking/saying here. Does it have
specifically to do with installing VC6 after VC7?


While installing Visual Studio 6 after Visual Studio 7.1, a popup asked if
I
want to change my JIT settings. Allowable answers were yes or no. By now
I've forgotten what I answered. I don't know if the question came from
Visual Studio 6, or from some component of Visual Studio 7.1 detecting
that
some change was being asked of it, or maybe from something else. Besides
not knowing which component wanted to impose the change, I don't know
which
version's JIT settings were going to be affected by change. I don't know
what the old values of the settings were, nor what the proposed new values
were going to be. The popup allowed answers of Yes or No.

Dec 15 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Yun Guan | last post by:
Hello mysql gurus, I am trying to run perl on mysql database on Red Hat box. I want to install DBI and DBD:mysql using CPAN: perl -MCPAN -e shell cpan>install DBI The above succeeded, but...
1
by: Peter Hartmann | last post by:
How do I influence the platform type during install? Could you look at this and tell me what I'm doing wrong? It's still using information from get_platform instead of using my preference. #...
3
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
12
by: Matt Fielder | last post by:
I tried to install SP1, and it appears to have just stopped somewhere part way through. It was "collecting information" (for a long time, slow progress bar) --- then suddenly it stopped.... no...
5
by: Ajith Menon | last post by:
I have to install .NET framework 3.0. I already have .NET Framework 1.1 installed on my machine. I don't want to remove framework 1.1 since some of the critical applications are using it. While...
3
by: Jason Madison | last post by:
My SP1 install seemed to want to keep repeating the install. I spent 4 hours running the install, then it ran again (I got the message up saying it had finished, then it started again). I didn't...
1
by: Sorin Schwimmer | last post by:
Hi All, After a disaster in which I lost my whole harddrive, I decided to install the newest everything that I use. I put the latest Gentoo Linux, with gcc 4.1.1, installed tcl/tk 8.4.14 and...
1
by: =?Utf-8?B?Qi5BaGxzdGVkdA==?= | last post by:
Hi all, This is something that I have been toying with for about a week now. What I want to achieve is Install a Service with Customised parameters (using InstallUtil.exe) for User Name. Example...
3
by: Jean-Marc Blaise | last post by:
Hi, I've been trying for 2 hours to install in silent mode a DB2 9 runtime client. Why didn't you make this process as simple as for the CLIENT install ? It is not the same setup command, you...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.