If I create a project, which has linking against default librariesturned off ( see FDBK24347 ) and try to compile it, I get the errormessage error LNK2019: unresolved external symbol __ftol2_sseok. ftol2_sse is not there in my runtime libraries, but:I have turned off the SSE extension set in the project settings:See Property/Code Generation/Enable Enhanced Instruction Set==> Code is generated by the compiler , which does not reflect the settings given.