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

Author Topic: SFML + Code::Blocks Help  (Read 1121 times)

0 Members and 1 Guest are viewing this topic.

lucidsloth

  • Newbie
  • *
  • Posts: 3
    • View Profile
SFML + Code::Blocks Help
« on: December 07, 2011, 02:44:10 am »
Hi, guys. I'm new to SFML.

I'm trying to get it installed, and have decided to install C::B and use that as my IDE for C++. However, I keep running into issues. I have been following the guide on the site, and made sure I replaced the mingw with the one in the instructions, made sure all the files are in the right places, and followed the linker instruction. I am still getting an error telling me that the compiler I am using is invalid.

Quote
"SFMLTest - Release" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...


I am not sure what to do. I had it kind of working before, but it was giving me several different errors. I have tried following two YT tutorials too, starting from scratch, and am not seeing my mistake.