I bind SOIL in my library, but when I compile, I get the following 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 linked libSOIL.lib in add dependencies.
Bumrang
source share