Difference between revisions of "VisualStudio2010"
From aHuman Wiki
(Automated page entry using MWPush.pl) |
(Automated page entry using MWPush.pl) |
||
Line 6: | Line 6: | ||
== 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 |
Revision as of 10:29, 17 June 2015
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