相关疑难解决方法(0)

SOIL没有正确链接

我在我的库中链接SOIL但是当我编译时,我得到这些链接器错误:

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

我确实在附加依赖项中链接了libSOIL.lib.

c++ opengl soil glfw

6
推荐指数
2
解决办法
1万
查看次数

标签 统计

c++ ×1

glfw ×1

opengl ×1

soil ×1