The .drectve option was used to pass an option to the linker. Instead use pragma comment for passing a linker option.
// C4659.cpp // compile with: /W1 /LD #pragma code_seg(".drectve") // C4659