Microsoft ビジュアル開発環境では,「Project Settings」ダイアログボックスの「Link」タブを使ってリンカー・オプションを設定することができます。次表は,ビジュアル開発環境のカテゴリごとに,等価なコマンド行オプションとともにリンカー・オプションを示しています。
| General カテゴリ | コマンド行での等価なオプション |
| Output File Name | /OUT:filename |
| Object/Library Modules | コマンド行のファイル名 |
| Generate Debug Info | /DEBUG |
| Ignore All Default Libraries | /NODEFAULTLIB |
| Link Incrementally | /INCREMENTAL:{YES|NO} |
| Generate Mapfile | /MAP |
| Enable Profiling | /PROFILE |
| Output カテゴリ | コマンド行での等価なオプション |
| Base Address | /BASE:address |
| Entry-Point Symbol | /ENTRY:function |
| Stack Allocations | /STACK:reserve,commit |
| Version Information | /VERSION:major.minor |
| Input カテゴリ | コマンド行での等価なオプション |
| Object/Library Modules | コマンド行のファイル名 |
| Ignore Libraries | /NODEFAULTLIB:library |
| Ignore All Default Libraries | /NODEFAULTLIB |
| Force Symbol References | /INCLUDE:symbol |
| MS-DOS Stub File Name | /STUB:filename |
| Customize カテゴリ | コマンド行での等価なオプション |
| Use Program Database | /PDB:filename |
| Link Incrementally | /INCREMENTAL:{YES|NO} |
| Program Database Name | /PDB:filename |
| Output File Name | /OUT:filename |
| Force File Output | /FORCE |
| Print Progress Messages | /VERBOSE |
| Suppress Startup Banner | /NOLOGO |
| Debug カテゴリ | コマンド行での等価なオプション |
| Mapfile Name | /MAP:filename |
| Generate Mapfile | /MAP |
| Generate Debug Info | /DEBUG |
| Microsoft Format | /DEBUGTYPE:CV |
| COFF Format | /DEBUGTYPE:COFF |
| Both Formats | /DEBUGTYPE:BOTH |