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

Expiry date for microsoft support on vc++?

I heared that microsoft give technical support to vb upto this year end. Can
any one microsoft stops techinical support for vc++(6.0)? was microsoft
announced any official date?
Oct 26 '07 #1
9 1918
Rajeshaz09 wrote:
I heared that microsoft give technical support to vb upto this year end. Can
any one microsoft stops techinical support for vc++(6.0)? was microsoft
announced any official date?
Rajehaz:

Technical support for VC6 ended long ago. But you really do not need it.
These newsgroups, CodeProject, Google, etc have everything you need.

--
David Wilkinson
Visual C++ MVP
Oct 26 '07 #2
>Technical support for VC6 ended long ago. But you really do not need it.
>These newsgroups, CodeProject, Google, etc have everything you need.
Except for the official support you may have been able to get from MS
should you encounter an issue that would require them to create a
hotfix - possibly a highly unlikely situation!

Dave
Oct 26 '07 #3

"David Lowndes" <Da****@example.invalidwrote in message
news:3c********************************@4ax.com...
Technical support for VC6 ended long ago. But you really do not need it.
These newsgroups, CodeProject, Google, etc have everything you need.

Except for the official support you may have been able to get from MS
should you encounter an issue that would require them to create a
hotfix - possibly a highly unlikely situation!

Dave
In that case they're simply going to tell you to use VC++ 8.0 or 9.0.

Oct 26 '07 #4
>Technical support for VC6 ended long ago. But you really do not need it.
>>>These newsgroups, CodeProject, Google, etc have everything you need.

Except for the official support you may have been able to get from MS
should you encounter an issue that would require them to create a
hotfix - possibly a highly unlikely situation!

In that case they're simply going to tell you to use VC++ 8.0 or 9.0.
Exactly :)
Oct 26 '07 #5

http://weblogs.asp.net/jackieg/archi...06/386065.aspx
see above link. In that they mentioned vb suppport end date.

My client have lot of applications (VC++). We need to tell him reasons for
migrating to VC++.net. Can any one know when microsoft ends support to vc++
6.0?
"David Lowndes" wrote:
Technical support for VC6 ended long ago. But you really do not need it.
These newsgroups, CodeProject, Google, etc have everything you need.

Except for the official support you may have been able to get from MS
should you encounter an issue that would require them to create a
hotfix - possibly a highly unlikely situation!
In that case they're simply going to tell you to use VC++ 8.0 or 9.0.

Exactly :)
Oct 27 '07 #6
"Rajeshaz09" <Ra********@discussions.microsoft.comwrote in message
news:68**********************************@microsof t.com...
>
http://weblogs.asp.net/jackieg/archi...06/386065.aspx
see above link. In that they mentioned vb suppport end date.

My client have lot of applications (VC++). We need to tell him reasons for
migrating to VC++.net. Can any one know when microsoft ends support to
vc++
6.0?
"David Lowndes" wrote:
>Technical support for VC6 ended long ago. But you really do not need
it.
These newsgroups, CodeProject, Google, etc have everything you need.

Except for the official support you may have been able to get from MS
should you encounter an issue that would require them to create a
hotfix - possibly a highly unlikely situation!

In that case they're simply going to tell you to use VC++ 8.0 or 9.0.

Exactly :)
As David said before, direct support from Microsoft for VC6 has already
ended.

--
============
Frank Hickman
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.
Oct 27 '07 #7
Rajeshaz09 wrote:
http://weblogs.asp.net/jackieg/archi...06/386065.aspx
see above link. In that they mentioned vb suppport end date.

My client have lot of applications (VC++). We need to tell him reasons for
migrating to VC++.net. Can any one know when microsoft ends support to vc++
6.0?
Rajesh:

I told you before: Microsoft support for VC6 is long ended.

What do you mean by "migrating to .NET"?

If you mean converting the applications (presumably currently MFC?) to
managed .NET applications, this would very likely be a big mistake.

If you mean just updating the code to a later version of the compiler,
note that only VS2002 and VS2003 had the confusing .NET name attached.
Visual Studio 2005 and 2008 do suffer from this "feature".

Reasons to update to a later version for native code:

1. Much better C++ conformance in the compiler
2. Better debugging experience
3. Can use latest versions of the Platform SDK
4. Some improvements in MFC (especially in VS2008 and beyond)
5. Better Unicode support

Compared to these, IMHO, official Microsoft support is a very minor issue.

If your client is still using VC6, it would make sense now to wait for
VS2008.

--
David Wilkinson
Visual C++ MVP
Oct 27 '07 #8
David Wilkinson wrote:
Reasons to update to a later version for native code:

1. Much better C++ conformance in the compiler
2. Better debugging experience
3. Can use latest versions of the Platform SDK
4. Some improvements in MFC (especially in VS2008 and beyond)
5. Better Unicode support
And I forgot a biggie:

6. Safer computing (buffer overrun resistance).

I'm sure there are more ...

--
David Wilkinson
Visual C++ MVP
Oct 27 '07 #9
Thank you all :)
"David Wilkinson" wrote:
David Wilkinson wrote:
Reasons to update to a later version for native code:

1. Much better C++ conformance in the compiler
2. Better debugging experience
3. Can use latest versions of the Platform SDK
4. Some improvements in MFC (especially in VS2008 and beyond)
5. Better Unicode support

And I forgot a biggie:

6. Safer computing (buffer overrun resistance).

I'm sure there are more ...

--
David Wilkinson
Visual C++ MVP
Oct 29 '07 #10

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

Similar topics

2
by: Vince C. | last post by:
Hi all. I'm trying to set a cookie expiry date but my script is JS (JavaScript). I've tried Response.Cookies("Test").Expires = Date(); Response.Cookies("Test").Expires =...
1
by: Hardeep Rakhra | last post by:
Hi i have a snippet of JS that i want to change so that the cookie it creates lasts only 48 hours. (or any other length of time i decide, but 48hours seems right for now) Only thing i can't...
4
by: ianv2 | last post by:
Hi Is the following possible using Javascript ? I would like a page to redirect to another page if the page expiry has passed. E.G. If my questionnaireform.html page had an expiry date...
4
by: William Bradley | last post by:
I have two cells on a form. One of them is the "Production Date" and the other is the "Expiry Date". The "Expiry Date" is 183 days after the "Production Date." On an Excel spreadsheet, the...
2
by: William Bradley | last post by:
"Marshall Barton" <marshbarton@wowway.com> wrote in message news:9as9lvgpnp783kogctb88c8giaepb5uf6g@4ax.com... > William Bradley wrote: > >I have two cells on a form. One of them is the...
3
by: hasanainf | last post by:
Hi all, What will be the best database design for an inventory control that uses expiry date for its products. Over a period of time, a particular product will have many expiry date and that...
1
by: Rob Kell | last post by:
I have a vb.net application that emails people daily information. I want to set an expiry for the email so that those who cannot check their emails for a period are not loaded with them when they...
5
by: Chris Noble | last post by:
A user account expiration date can be set using the following code // Use the DirectoryEntry.InvokeSet method to invoke the // AccountExpirationDate property setter. usr.InvokeSet(...
0
by: mplpost | last post by:
We have created a Certificate for the purpose of symmetric encryption. We did not mention the expiry date explicitly, only later we found out that, if expiry date not mentioned then the default...
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: 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...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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.