has been developed using GCC/G++/GDB on the Linux platform,
Recently the company has a history project that needs to work on the Windows platform.
I am not familiar with the visual Studio IDE and I have problems with the installation today.
So record it.
Question 1:
Fatal error LNK1123: Failed during transition to COFF: invalid or corrupt file!
Click on the menu bar [item]->[Properties]
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/89/37/wKiom1gMcyTCTaRpAAEKWC9nywk638.png "title=" 3.png " alt= "Wkiom1gmcytctarpaaekwc9nywk638.png"/>
Question 2:
Set font and font size
Open the menu bar [Tools]->[Options]
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/89/37/wKiom1gMdRHy6R-xAAJ1B2MbFQQ580.png "title=" 31.png "alt=" Wkiom1gmdrhy6r-xaaj1b2mbfqq580.png "/>
Question 3:
Show line number:
Open the menu bar [Tools]->[Options]
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/89/34/wKioL1gMdZiifg-YAAJAbYkyQRo287.png "title=" 32.png "alt=" Wkiol1gmdziifg-yaajabykyqro287.png "/>
Question 4:
Setting the TAB key
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/89/37/wKiom1gMdvaB2MDkAAIusKe-dwE670.png "title=" 41.png "alt=" Wkiom1gmdvab2mdkaaiuske-dwe670.png "/>
Question 5:
Va_x_setup1862.exe Plug-in installation
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/89/37/wKiom1gMdzDTaGdEAAIysOxFnh0029.png "title=" 51.png "alt=" Wkiom1gmdzdtagdeaaiysoxfnh0029.png "/>
Automatic typesetting:
1, select the code area.
2, hold CTRL and don't let go
3, press the K key, let go
4, press the F key to let go
5, see if the code is automatically lined up.
Insert a row
CTRL + ENTER inserts a row above the code
CTRL + SHIFT + ENTER inserts a line below the code
Delete, copy, cut line
1, the cursor is in the line unchecked code state:
2,ctrl+x Clipping one line
3,ctrl+c Copy a row
4,ctrl+l Delete a row
Uppercase and lowercase conversions
1) Turn lowercase: Use the combination key "Ctrl + U";
2) Capitalize: Use the combo key "CTRL + SHIFT + U".
Revocation/anti-revocation
1) Revoke: Use the combination key "Ctrl + Z" to cancel the operation;
2) Anti-revocation: Use the combo key "Ctrl+y" for anti-undo operation.
This article from "Soul Bucket Luo" blog, declined reprint!
Visual Studio Issues