Difference between revisions of "VisualStudio2010"
From aHuman Wiki
(Automated page entry using MWPush.pl) |
(Automated page entry using MWPush.pl) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<pre style="color: green">Visual Studio 2010 Express Edition Setup</pre> | <pre style="color: green">Visual Studio 2010 Express Edition Setup</pre> | ||
@@[[Home]] -> [[DevelopmentEnvironment]] -> [[VisualStudio2010]] | @@[[Home]] -> [[DevelopmentEnvironment]] -> [[VisualStudio2010]] | ||
Line 6: | Line 5: | ||
== Visual Features == | == Visual Features == | ||
− | * install | + | * install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP Visual Studio 2010 C++ Express Edition] and register it (it is free) |
− | * install | + | * install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=75568aa6-8107-475d-948a-ef22627e57a5&displaylang=en Visual Studio SP1] to fix several IDE bugs |
− | * ensure "Show All Files" button is turned on - see | + | * ensure "Show All Files" button is turned on - see [http://blog.brianhartsock.com/2009/09/14/visual-studio-tip-show-all-file/ Link] for details |
* use "Include in project" to include files, existing in filesystem | * use "Include in project" to include files, existing in filesystem | ||
* avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced: | * avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced: | ||
** set Disable External Dependencies Folder to True | ** set Disable External Dependencies Folder to True | ||
** set Always Use Follback Location to True | ** set Always Use Follback Location to True |
Latest revision as of 19:10, 28 November 2018
Visual Studio 2010 Express Edition Setup
@@Home -> DevelopmentEnvironment -> VisualStudio2010
Visual Features
- install Visual Studio 2010 C++ Express Edition and register it (it is free)
- install Visual Studio SP1 to fix several IDE bugs
- ensure "Show All Files" button is turned on - see Link for details
- use "Include in project" to include files, existing in filesystem
- avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced:
- set Disable External Dependencies Folder to True
- set Always Use Follback Location to True