Issue with SOIL

When I'm using SOIL_load_OGL_texture function, it comdes up with a error with a peice of assembly code.

It produces 2 warning codes
Warning	1	warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
Warning	2	warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library	


Assembly code
Strstr.asm
mov al,[edi] ; al is next char from str1

And other info
>	msvcr100d.dll!strstr(unsigned char * str1, unsigned char * str2)  Line 78	Asm


Anyone know how I could fix this?
Topic archived. No new replies allowed.