Which components of Visual C++ should i install

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2004
Posts: 353
Reputation: Asif_NSU is on a distinguished road 
Solved Threads: 3
Asif_NSU's Avatar
Asif_NSU Asif_NSU is offline Offline
Posting Whiz

Which components of Visual C++ should i install

 
0
  #1
Jan 4th, 2005
I just moved to windows XP and got myself Visual Studio .NET Professional. I just need Visual C++ .NET and nothing else. The installer gives these options and i dont know which components i need and which i dont.

1. Visual C++ Class & Template Libraries
ATL MFC Shared Libraries ANSI
ATL MFC Source Code
ATL MFC Static Libraries ANSI
ATL MFC Shared Libraries Unicode
ATL MFC Static Libraries Unicode

2. Visual C++ Run-Time Libraries
Visual C++ Dynamic CRT Libraries
Visual C++ CRT Source Code
Visual C++ Static Single-Threaded CRT Libraries
Visual C++ Static Multi-Threaded CRT Libraries

3. Visual C++ Tools
MFC Trace Utility
Spy++
OLE/COM Object Viewer
ActiveX Control Test Container
Visual C++ Error Lookup
ISAPI Web Debug Tool
Win32 Platform SDK Tools

If i select all the components then the total size exceeds 480 MB!!. I just want to do C/C++ programming like i do in my borland 5.5. I do have a plan to learn MFC in the near future, so i will allow MFC classes and files to be installed. Please tell me which components i need to install...
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 436
Reputation: Chainsaw is an unknown quantity at this point 
Solved Threads: 11
Chainsaw's Avatar
Chainsaw Chainsaw is offline Offline
Unprevaricator

Re: Which components of Visual C++ should i install

 
0
  #2
Jan 4th, 2005
Well, the tools aren't very big as I recall, though Spy++ is about all I ever use.

The source is huge, but man is it useful to see what is actually happening when there is a question ("Can I pass NULL to strcmp()?")

Unless you need UNICODE, you could safely dump those.

On the other hand, there's now a 5GB USB hard drive for about $170, so you could just install the whole darn thing. :-)
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 353
Reputation: Asif_NSU is on a distinguished road 
Solved Threads: 3
Asif_NSU's Avatar
Asif_NSU Asif_NSU is offline Offline
Posting Whiz

Re: Which components of Visual C++ should i install

 
0
  #3
Jan 4th, 2005
THE VISUAL C++ .NET ITSELF WITH ALL THESE THREE CATEGORIES UNCHECKED TAKES ABOUT 310.51 MB

310.51 MB + the followings....

1. Visual C++ Class & Template Libraries
ATL MFC Shared Libraries ANSI----23.42 MB
ATL MFC Source Code-----------------16.02 MB
ATL MFC Static Libraries ANSI-----46.42 MB
ATL MFC Shared Libraries Unicode-22.64 MB
ATL MFC Static Libraries Unicode--47.09

2. Visual C++ Run-Time Libraries
Visual C++ Dynamic CRT Libraries-------------------3.58 MB
Visual C++ CRT Source Code--------------------------10.92 MB
Visual C++ Static Single-Threaded CRT Libraries-15.31 MB
Visual C++ Static Multi-Threaded CRT Libraries---15.94 MB

3. Visual C++ Tools
MFC Trace Utility---------------- 0.11 MB
Spy++------------------------------- 0.70 MB
OLE/COM Object Viewer------- 0.28 MB
ActiveX Control Test Container 0.39 MB
Visual C++ Error Lookup--------- 0.06 MB
ISAPI Web Debug Tool--------- 0.43 MB
Win32 Platform SDK Tools----- 10.74 MB

What is this i m trying to install!!!!! A MAMMOTH?
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Which components of Visual C++ should i install

 
0
  #4
Jan 4th, 2005
That figure just for VC++.NET doesn't startle me too much. My "Typical" install of the entire Visual Studio.NET Enterprise Architect takes up nearly 5 GB if you count the MSDN documentaton.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Which components of Visual C++ should i install

 
0
  #5
Jan 5th, 2005
What's a few hundred megs total?
Install everything, you can always remove parts if after a few months it turns out you never use them
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 353
Reputation: Asif_NSU is on a distinguished road 
Solved Threads: 3
Asif_NSU's Avatar
Asif_NSU Asif_NSU is offline Offline
Posting Whiz

Re: Which components of Visual C++ should i install

 
0
  #6
Jan 5th, 2005
"On the other hand, there's now a 5GB USB hard drive for about $170, so you could just install the whole darn thing. :-)"
So then i can move around and do my develepment in any pc? Sounds kool but i think while installing Visual C++ .NET the installer creates some additional file in the windows directory and some other system locations. Suppose I have WindowsXP installed in C drive and i install only Visual C++.NET in my USB hard drive. Now can i run visual C++ by plugging the usb harddrive into any pc(win 2000/win XP)? I have never worked with a USB hard-drive and i apologise in advance if i said something stupid.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Which components of Visual C++ should i install

 
0
  #7
Jan 5th, 2005
Originally Posted by Asif_NSU
So then i can move around and do my develepment in any pc? Sounds kool but i think while installing Visual C++ .NET the installer creates some additional file in the windows directory and some other system locations. Suppose I have WindowsXP installed in C drive and i install only Visual C++.NET in my USB hard drive. Now can i run visual C++ by plugging the usb harddrive into any pc(win 2000/win XP)? I have never worked with a USB hard-drive and i apologise in advance if i said something stupid.
You probably won't be able to do as you've described. But, you should be able to at least install the actual program files to the hard drive, if available space was a concern.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Which components of Visual C++ should i install

 
0
  #8
Jan 5th, 2005
What I do is carry all my sources and documentation on a flashdrive (together with an installer for VI) so that I can at least edit everywhere.
I also often carry at least an installer for a compiler with me.

I mainly work in Java though, and installing a JDK doesn't violate any license such as installing VS would on someone else's machine.
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 353
Reputation: Asif_NSU is on a distinguished road 
Solved Threads: 3
Asif_NSU's Avatar
Asif_NSU Asif_NSU is offline Offline
Posting Whiz

Re: Which components of Visual C++ should i install

 
0
  #9
Jan 6th, 2005
well i think i can do my work fine in borland and devC++. May be i will install VC++ when i start learning MFC or DirectX. For now it's just not worth it.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC