473,383 Members | 1,762 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,383 software developers and data experts.

Any reason to keep Visual Studio 6 around?

_B
I'm trying to clear space on a laptop. Currently have Visual Studio 6
+ MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to
some legacy apps with odd code that had trouble compiling under VS2003
(a long story...I didn't write the code, and it has to link with the
author's ActiveX modules).

Anyway, I'm thinking that aside from some details like that, VS 2003
will probably compile most of the legacy VC++ code. Can anyone think
of any reason to keep it around? (I'm trying to clear space on a
laptop drive to load VS 2005 beta 2).

Nov 17 '05 #1
10 1145
Hallo _B!
I'm trying to clear space on a laptop. Currently have Visual Studio 6
+ MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to
some legacy apps with odd code that had trouble compiling under VS2003
(a long story...I didn't write the code, and it has to link with the
author's ActiveX modules).

Anyway, I'm thinking that aside from some details like that, VS 2003
will probably compile most of the legacy VC++ code. Can anyone think
of any reason to keep it around? (I'm trying to clear space on a
laptop drive to load VS 2005 beta 2).


The differences betwen VC6 and VC7.1 are sometimes great, sometimes you
can compile code without a warning and it works, but some code need a
lot of changes specially when you used some templates that are so simple.

We still use VC6 for our legacy code and we will not port it.
All new products are in VC.NET 2003 and we will jump on 2005 when
available and no longer beta!

--
Martin Richter [MVP] WWJD
"In C we had to code our own bugs. In C++ we can inherit them."
FAQ : http://www.mpdvc.de
Samples: http://www.codeguru.com http://www.codeproject.com
Nov 17 '05 #2
Hallo _B!
I'm trying to clear space on a laptop. Currently have Visual Studio 6
+ MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to
some legacy apps with odd code that had trouble compiling under VS2003
(a long story...I didn't write the code, and it has to link with the
author's ActiveX modules).

Anyway, I'm thinking that aside from some details like that, VS 2003
will probably compile most of the legacy VC++ code. Can anyone think
of any reason to keep it around? (I'm trying to clear space on a
laptop drive to load VS 2005 beta 2).


The differences betwen VC6 and VC7.1 are sometimes great, sometimes you
can compile code without a warning and it works, but some code need a
lot of changes specially when you used some templates that are so simple.

We still use VC6 for our legacy code and we will not port it.
All new products are in VC.NET 2003 and we will jump on 2005 when
available and no longer beta!

--
Martin Richter [MVP] WWJD
"In C we had to code our own bugs. In C++ we can inherit them."
FAQ : http://www.mpdvc.de
Samples: http://www.codeguru.com http://www.codeproject.com
Nov 17 '05 #3
_B
On Tue, 05 Jul 2005 10:55:13 +0200, "Martin Richter [MVP]"
<ma************@mvps.org> wrote:
Hallo _B!
I'm trying to clear space on a laptop. Currently have Visual Studio 6
+ MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to
some legacy apps with odd code that had trouble compiling under VS2003
(a long story...I didn't write the code, and it has to link with the
author's ActiveX modules).

Anyway, I'm thinking that aside from some details like that, VS 2003
will probably compile most of the legacy VC++ code. Can anyone think
of any reason to keep it around? (I'm trying to clear space on a
laptop drive to load VS 2005 beta 2).
The differences betwen VC6 and VC7.1 are sometimes great, sometimes you
can compile code without a warning and it works, but some code need a
lot of changes specially when you used some templates that are so simple.


I was afraid you were going to say that. Yeah, most of my own code
willl compile under 2003 without much problem, and I've been writing
mostly C# lately. So I was hoping to get by with VS.NET 2003.

AND...I want to get up to speed on C++/CLI, which means loading VS
2005 beta 2.

And...associated MSDNs.

All in all, LOTs of disk space. I have room on the devel stations,
but not on the laptop. I'm having trouble puzzling out what I can
erase to make space for 2005 beta 2.
We still use VC6 for our legacy code and we will not port it.
All new products are in VC.NET 2003 and we will jump on 2005 when
available and no longer beta!


If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?

Nov 17 '05 #4
_B
On Tue, 05 Jul 2005 10:55:13 +0200, "Martin Richter [MVP]"
<ma************@mvps.org> wrote:
Hallo _B!
I'm trying to clear space on a laptop. Currently have Visual Studio 6
+ MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to
some legacy apps with odd code that had trouble compiling under VS2003
(a long story...I didn't write the code, and it has to link with the
author's ActiveX modules).

Anyway, I'm thinking that aside from some details like that, VS 2003
will probably compile most of the legacy VC++ code. Can anyone think
of any reason to keep it around? (I'm trying to clear space on a
laptop drive to load VS 2005 beta 2).
The differences betwen VC6 and VC7.1 are sometimes great, sometimes you
can compile code without a warning and it works, but some code need a
lot of changes specially when you used some templates that are so simple.


I was afraid you were going to say that. Yeah, most of my own code
willl compile under 2003 without much problem, and I've been writing
mostly C# lately. So I was hoping to get by with VS.NET 2003.

AND...I want to get up to speed on C++/CLI, which means loading VS
2005 beta 2.

And...associated MSDNs.

All in all, LOTs of disk space. I have room on the devel stations,
but not on the laptop. I'm having trouble puzzling out what I can
erase to make space for 2005 beta 2.
We still use VC6 for our legacy code and we will not port it.
All new products are in VC.NET 2003 and we will jump on 2005 when
available and no longer beta!


If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?

Nov 17 '05 #5
"_B" <_B@nomail.org> wrote in message
news:fs********************************@4ax.com...
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 has done everything I've thrown at it, but I'm just one guy, and it's
always risky to toss aside a release quality product for a beta.
Nov 17 '05 #6
"_B" <_B@nomail.org> wrote in message
news:fs********************************@4ax.com...
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 has done everything I've thrown at it, but I'm just one guy, and it's
always risky to toss aside a release quality product for a beta.
Nov 17 '05 #7
_B wrote:
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 is pretty stable, but it is beta, so you still get all that comes
along with that.

-cd
Nov 17 '05 #8
_B wrote:
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 is pretty stable, but it is beta, so you still get all that comes
along with that.

-cd
Nov 17 '05 #9
_B
On Tue, 5 Jul 2005 21:02:14 -0700, "Carl Daniel [VC++ MVP]"
<cp*****************************@mvps.org.nospam > wrote:
_B wrote:
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 is pretty stable, but it is beta, so you still get all that comes
along with that.


I think I've carved enough temp space for 2005, but i'm not sure about
the attendant MSDN 2005. That may be important considering that myh
whole purpose is jumping to C++/CLI. Can VS2003 work with MSDN 2005
or is that too much confusion?

I'd still like to leave VS 2003 due to some production code that needs
to remain stable, but of course the MSDN has no direct bearing on the
code itself.

Nov 17 '05 #10
_B
On Tue, 5 Jul 2005 21:02:14 -0700, "Carl Daniel [VC++ MVP]"
<cp*****************************@mvps.org.nospam > wrote:
_B wrote:
If 2005 release was available I could probably just ditch VS 2003, but
I'm not sure how stable 2005 beta2 is -- any opinions from anyone?


Beta 2 is pretty stable, but it is beta, so you still get all that comes
along with that.


I think I've carved enough temp space for 2005, but i'm not sure about
the attendant MSDN 2005. That may be important considering that myh
whole purpose is jumping to C++/CLI. Can VS2003 work with MSDN 2005
or is that too much confusion?

I'd still like to leave VS 2003 due to some production code that needs
to remain stable, but of course the MSDN has no direct bearing on the
code itself.

Nov 17 '05 #11

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

Similar topics

5
by: Somesh | last post by:
#include<map> #include<iostream> #include<string> using namespace std; int main() { map <string,int> test;
26
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio...
4
by: wASP | last post by:
Hi, I am contemplating the purchase of Microsoft Visual Studio .NET, and I've noticed that the prices range anywhere from $200 to $600 USD:...
0
by: _B | last post by:
I'm trying to clear space on a laptop. Currently have Visual Studio 6 + MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to some legacy apps with odd code that had trouble...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
2
by: TheSteph | last post by:
Hi ! I have a question : the ComboBox control have NO single border, and height is at least 1 pixel higher than TextBox. There is absolutely NO good reason for making a ComboBox looking that...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.