I'm sorry that did not properly explain the situation is, because of my bad English. T-T
The error is when my program to use /MT, and SFML complied with /MT option.
But extLibs(jpeg.lib, png.lib, soil.lib, and glew.lib) are compiled with /MD(I guess)..
So SFML compile with /MT option is OK, because they just add extLibs.
But my program to use SFML, I met this errors.
Well, I just try to this extLibs to use /MT option, get the sources from internet, and compiled. And then replace in the SFML's extLibs, my program is compiled with no error(with some warnings).
How about this? ExtLibs compile with /MT option. Then the program compiled fine with any options(/MT(d) or /MD(d)). In the past everything is fine because extLibs(jpeg.lib, png.lib, soil.lib, glew.lib) were not static library.
Thank you for read this article.