What C++ Libraries are associated with the following programs?

G

Guest

Guest
I am looking to clean up a little on my PC and I was wondering if the following have any C++ Libraries or external programs that are linked to these?

- Spotify
- Firefox
- Wolfram Mathematica 9
- Skype

I am going to be removing a lot of old programs but I want to keep these and I don't want to uninstall a Visual C++ Library that was necessary to run one of these....
 
G

Guest

Guest
Anyone know specifically though, these I don't think are DLL's....
 

Ijack

Distinguished
Libraries are either statically compiled into a program or else are dynamically linked to it. In almost all programs they are dynamically linked via dlls (Dynamic Link Libraries). These runtime components take up so little hard disk space that I would be inclined to just leave them. Some program must have needed them otherwise they wouldn't be installed.