VSOptions.linkerPath

retrieve path to the Microsoft linker executable also modifies PATH environment variable if necessary to find conditionally loaded DLLs

struct VSOptions
const(char)*
linkerPath
(
bool x64
)

Parameters

x64 bool

target architecture (x86 if false)

Return Value

Type: const(char)*

absolute path to link.exe, just "link.exe" if not found

Suggestion Box / Bug Report