The compiler is giving me a warning that I believe may be causing some issues at a specific point during execution. I'm not quite sure what the compiler is telling me, however. Whatever be the case, I'm nearly positive that SFML is causing the problem. Note that the only library I am using besides those in the standard library is SFML/Graphics.hpp
Here is what the error says:
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
Note that I'm compiling using the debugger; however, the same error occurs when I compile a release version as well.
Another user suggested that I have a mismatch of runtimes. I went to Google for help, but I find anything that specifically references what this means.