Click here to Skip to main content
15,890,527 members
Articles / Programming Languages / C++
Tip/Trick

How to install Visual Studio 6 on Windows 7 professional 64bit

Rate me:
Please Sign up or sign in to vote.
4.70/5 (10 votes)
22 Jun 2012CPOL1 min read 339.5K   11   24
How to install Visual Studio 6 on Windows 7 professional (64 bit)

Introduction

I have some old C++/C source code to reuse recently and I have to install Visual Sutdio 6 on my Window 7 (64-bit). here are the steps I went through and share with each of you.

Background

I did some research on google and find these links:

1. how to install Visual Basic 6 on Windows 7:

http://www.fortypoundhead.com/showcontent.asp?artid=20502

2. how to install Visual C++ on Windows 7:
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/installing-visual-studio-6-on-windows-7/fe63b96d-0005-4058-96a6-3d78d8041556

the answer from Andre Zielger is useful, but for 32 bit. from link 1) I created a zero size DDL under C:\windows. So I followed combined steps to run through the installation steps.

Installation Steps

1. create zero byte file MSJAVA.DLL under : C:\Windows

it will let installation to skip Java update check.

2. you need to install Visual Studio SP6. google this and you will it on msdn:

http://www.microsoft.com/en-us/download/details.aspx?id=9183

3. do not use wizard. run setup.exe as administrator

4. from start>all programs>Visuall Studio 6.0 > Microsoft Visual C++ 6.0, right click and run as administrator. you are ready to go.

WARNING:

do NOT set up anything like link 1) update section. otherwise you can not create project correctly.

Points of Interest

I agree install Visual Studio 6 on Windows 7 is related with permissions. but there are some tricks from link 1) to follow and install SP6.

Have fun in programming!

History

1. first release on 06/22/2012.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
turns good thoughts into actions...


Comments and Discussions

 
QuestionThis methods no longer work on Windows 10 Pin
gibra22-Mar-16 0:00
gibra22-Mar-16 0:00 
QuestionThe smart and successful Visual Basic 6.0 (2) Pin
Mobius Scutav23-Feb-16 19:59
Mobius Scutav23-Feb-16 19:59 
PraiseThe smart and successful Visual Basic 6.0 (1) Pin
Mobius Scutav23-Feb-16 15:16
Mobius Scutav23-Feb-16 15:16 
Questionnb; you need to do this too! Pin
jolyonw17-Nov-14 21:54
jolyonw17-Nov-14 21:54 
QuestionUse full trip of link no.1 Pin
yukmai16-Aug-14 6:53
yukmai16-Aug-14 6:53 
QuestionThanks for the tip Pin
Graham Wilson4-Jun-14 7:52
Graham Wilson4-Jun-14 7:52 
Questionthanks Pin
Member 923343114-Jan-13 18:17
Member 923343114-Jan-13 18:17 
QuestionvirtualBox Pin
Ghasem Karimi7-Oct-12 23:13
Ghasem Karimi7-Oct-12 23:13 
QuestionVB6 on W7-64bits Pin
patrick_raous27-Jun-12 23:11
patrick_raous27-Jun-12 23:11 
AnswerRe: VB6 on W7-64bits Pin
Southmountain29-Jun-12 7:26
Southmountain29-Jun-12 7:26 
QuestionVB6 on W7-64bits Pin
patrick_raous25-Jun-12 0:19
patrick_raous25-Jun-12 0:19 
AnswerRe: VB6 on W7-64bits Pin
Southmountain25-Jun-12 17:25
Southmountain25-Jun-12 17:25 
AnswerRe: VB6 on W7-64bits Pin
Southmountain26-Jun-12 16:57
Southmountain26-Jun-12 16:57 
GeneralMy vote of 1 Pin
xComaWhitex23-Jun-12 17:15
xComaWhitex23-Jun-12 17:15 
GeneralRe: My vote of 1 Pin
Southmountain24-Jun-12 17:09
Southmountain24-Jun-12 17:09 
GeneralRe: My vote of 1 Pin
xComaWhitex24-Jun-12 17:43
xComaWhitex24-Jun-12 17:43 
Going to rate my comment a 1, because you lack the concept of using modern software. What's the point of using a pre-ansi C++ compiler, which you can't even use templates correctly in VC6. Relying on a old IDE and compiler for work? Or even for personal. What do you benefit from, except writing awful code that won't even really compile in new modern C++? Yeah, my comment really deserved a 1, from someone who can't even use a modern free compiler that actually conforms to standards. Yeah, you go buddy. I just won't ever bother reading your code. Probably too buggy for use, since you still use VC6.
GeneralRe: My vote of 1 Pin
Southmountain25-Jun-12 17:27
Southmountain25-Jun-12 17:27 
AnswerRe: My vote of 1 PinPopular
Daniele Rota Nodari26-Jun-12 3:13
Daniele Rota Nodari26-Jun-12 3:13 
GeneralRe: My vote of 1 Pin
Southmountain29-Jun-12 10:32
Southmountain29-Jun-12 10:32 
GeneralRe: My vote of 1 Pin
Arend Jan24-Sep-13 1:45
Arend Jan24-Sep-13 1:45 
GeneralRe: My vote of 1 Pin
Daniele Rota Nodari21-Apr-20 0:20
Daniele Rota Nodari21-Apr-20 0:20 
QuestionWin7 Pro Pin
flector23-Jun-12 5:18
flector23-Jun-12 5:18 
AnswerRe: Win7 Pro Pin
J. Wijaya29-Jun-12 0:16
J. Wijaya29-Jun-12 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.