SOIL not linking correctly [duplicate]
This question already has an answer here: What is an undefined reference/unresolved external symbol error and how do I fix it? 32 answers I am linking SOIL in my library but when I compile I get these linker errors: 1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library 1>libSOIL.lib(stb_image_aug.o) : error LNK2019: unresolved external symbol __alloca referenced in function _stbi_zlib_decode_noheader_buffer 1>libSOIL.lib(image_helper.o) : error LNK2019: unresolved external symbol _sqrtf referenced in function _RGBE_to_RGBdivA2 I did link