Flames, what flames? This is a full blown fire here! Quick, someone get the marshmallows!
Where did you get this installation media from, just out of interest? Did you download them, say, a DVD iso? Sounds rather large, if you aren’t going to be installing most of the packages by default.
If you aren’t going to install the compilers at install time when you know you want to use the system for development then you deserve to have some extra trauma. Granted the complete install ISOs are rather large, but since I personally know of only 2 people who do not have broadband this really shouldn’t be a major issue now-a-days and as you so kindly pointed out, if the large downloads do cause problems then there are people who will ship you CDs for a small charge. A friend of mine assures me that shipit will ship you one, or more, Ubuntu CDs completely free.
I think we might need pictures here.
- First of all we’re going to visit the website of a popular search engine, known as Google.
For some completely crazy reason I was using the search box at the top of the MicroSoft homepage to search the MicroSoft website for it, using various combinations of “Visual Studio”, “Express Edition” and “Download”. It took three searches to find a link which looked remotely relivent and I then had to follow a significant number of links to actually get to the download page. Perhaps Google is better at searching MicroSoft’s website? In future I will try to bear this in mind.
Visual Studio has a global library path, very useful for these library things. It even has a nice GUI to configure it! To access it, under Visual Studio 2005, follow: Tools -> Options -> Projects and Solutions -> VC++ Directories -> Show directories for: Library files.
Any path added to there will be searched by your project.
I didn’t know this. I was following the help pages(!!!) which just told me how to add the libraries to individual projects (I must have overlooked a section or page or something). Thanks for the info.
I wasn’t refering to the labeling of the menus, I was refering to the fact that they will be accessible via. alt keys (if they exist at all), and that windows will attempt to fill in any access keys that the application has failed to specify, meaning that you’ll always have a consistent interface.
I’m not sure “consistent” is the word I’d use, since the programmer can arbitarily bind the keys and hence override the defaults which Windows would like to use, however fair point that the menus will always be accessible via the alt keys assuming the application is using the Windows toolkit to draw its menus.
Hope that helps :)
It certainly does. Today kids we have learnt; Goole > Microsoft for searching (well, I knew this already – afterall it is what Google /do/ – I just need to learn to apply it), Visual Studio does in fact have a nice GUI interface for everything and do not draw menu bars in Windows without using the Windows toolkit and using non-”standard” activation keys.