Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Compiler warnings  (Read 1578 times)

0 Members and 1 Guest are viewing this topic.

sludge

  • Newbie
  • *
  • Posts: 24
    • View Profile
Compiler warnings
« on: July 14, 2010, 06:41:47 pm »
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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Compiler warnings
« Reply #1 on: July 14, 2010, 07:00:22 pm »
You should read this:
http://msdn.microsoft.com/en-us/library/aa267384%28VS.60%29.aspx

Anyway, this is pretty harmless and shouldn't cause any runtime error.
Laurent Gomila - SFML developer