How do I install visual Studio 6 in Windows 7

Reply

Join Date: Apr 2005
Posts: 15,990
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 511
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: How do I install visual Studio 6 in Windows 7

 
0
  #11
Jan 10th, 2009
yup

I had issues with vb6 on vista so i just run it in an Virtual PC under NT4. Runs very well and it uses minimal amounts of memory.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 8
Reputation: johnkeartson is an unknown quantity at this point 
Solved Threads: 0
johnkeartson johnkeartson is offline Offline
Newbie Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #12
Jan 10th, 2009
Thanks everyone.
(( Comatose )) Your words are true.
I'm going to try virtualbox.
but Does it work in wondiws 7 32-bit or only 86bit
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How do I install visual Studio 6 in Windows 7

 
0
  #13
Jan 10th, 2009
Honestly, I've never tried it on Win7, but it works on Vista... and 7 really is just vista with it's service packs
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 42
Reputation: rje7 is an unknown quantity at this point 
Solved Threads: 3
rje7 rje7 is offline Offline
Light Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #14
Mar 8th, 2009
I have installed it in the Windows 7. VM for Java too installed without an error. I then tried to compile and run a couple of sample projects of MFC appwiz, VB and Win32 App and it worked good.

But then i had this problem. When i try to create a function using the class wizard the IDE freezes with cpu shooting to 50% in a dual core and stay @ the same usage.

Visual studio6 however is supported on Windows 7.
http://news.softpedia.com/news/Visua...8-105474.shtml
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 42
Reputation: rje7 is an unknown quantity at this point 
Solved Threads: 3
rje7 rje7 is offline Offline
Light Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #15
Mar 8th, 2009
tips on installing..

i read in some forums that a default install of this aged app will not install/work properly. try customized install with only the VC++, VB selected. i also remeber reading that the compatible issue is with OLEViewer or something like that.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 42
Reputation: rje7 is an unknown quantity at this point 
Solved Threads: 3
rje7 rje7 is offline Offline
Light Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #16
Mar 8th, 2009
okay.. now i sorted out the freezing problem. Updated the Visual STudio 6 with service pack 6. But now when i try to use the MFC ClassWizard dialog box's Edit code I get the following error
"ClassWizard cannot rename the file c:\\users\<name>\AppData\Local\Tmp\mfcxxxx.tmp to d:\<project folder>\file.h"

i tried to disable the UAC settings of Windows 7 but in vain.

Originally Posted by rje7 View Post
I have installed it in the Windows 7. VM for Java too installed without an error. I then tried to compile and run a couple of sample projects of MFC appwiz, VB and Win32 App and it worked good.

But then i had this problem. When i try to create a function using the class wizard the IDE freezes with cpu shooting to 50% in a dual core and stay @ the same usage.

Visual studio6 however is supported on Windows 7.
http://news.softpedia.com/news/Visua...8-105474.shtml
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 15,990
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 511
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: How do I install visual Studio 6 in Windows 7

 
1
  #17
Mar 8th, 2009
UAC needs to be ON and you need to be running Visual Studio as an admin

being an admin user is NOT the same as running it as an admin. Youve got to right click the visual studio icon and choose run as admin
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 42
Reputation: rje7 is an unknown quantity at this point 
Solved Threads: 3
rje7 rje7 is offline Offline
Light Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #18
Mar 8th, 2009
like i guessed Windows 7 imposes some restrictions on the folders which reside in the os partition. so to fix this i changed the path variable from c:\user\appdata\loal\tmp to d:\tmp

now everything works just fine..

to change the path variable
Control Panel->All Control Panel items->System Properties->Advanced tab->Environment Variables button->Edit PATH var in the variables for username section.


Originally Posted by rje7 View Post
okay.. now i sorted out the freezing problem. Updated the Visual STudio 6 with service pack 6. But now when i try to use the MFC ClassWizard dialog box's Edit code I get the following error
"ClassWizard cannot rename the file c:\\users\<name>\AppData\Local\Tmp\mfcxxxx.tmp to d:\<project folder>\file.h"

i tried to disable the UAC settings of Windows 7 but in vain.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 15,990
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 511
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: How do I install visual Studio 6 in Windows 7

 
0
  #19
Mar 8th, 2009
its odd that occurs. With UAC enabled there should be a thing called File, Folder and Registry Path Redirection enabled (the handy little thing which when a program asks for documents and settings, redirects them to /users etc....)

But im glad you got it sorted though.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 42
Reputation: rje7 is an unknown quantity at this point 
Solved Threads: 3
rje7 rje7 is offline Offline
Light Poster

Re: How do I install visual Studio 6 in Windows 7

 
0
  #20
Mar 8th, 2009
Originally Posted by jbennet View Post
its odd that occurs. With UAC enabled there should be a thing called File, Folder and Registry Path Redirection enabled (the handy little thing which when a program asks for documents and settings, redirects them to /users etc....)

But im glad you got it sorted though.
redirection dialog box appears when a file protected by UAC is being edited manually. this is not the same with the files created by the IDE . which means the application must be given certain rights which in this case even though running the IDE with admin rights does not sort out the problem. since this app is an older than UAC arrived.. it simply does not recognise the UAC and cannot handle the situation. thats why the error "cannot rename the file".

i remeber being redirected to user dir by the notepad application when i try to edit files in the System drive.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC