VSOptions.compilerPath

retrieve path to the Microsoft compiler executable

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

Parameters

x64 bool

target architecture (x86 if false)

Return Value

Type: const(char)*

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

Meta