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

Author Topic: First test  (Read 1205 times)

0 Members and 1 Guest are viewing this topic.

DominikL

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
First test
« on: March 26, 2013, 05:49:03 pm »
Hello, I'm new here and yesterday I started with SFML :). I downloaded SFML, minGW and CMake, but when I try to build my first game (It's not a game, it should be just a blue screen :P), I've got this:

I followed this tutorial on youtube: .
My problem is at 10:30 when I try to run batch program which builds game.
Can anyone help?
Thanks. :)

FRex

  • Hero Member
  • *****
  • Posts: 1848
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: First test
« Reply #1 on: March 26, 2013, 06:02:33 pm »
Naming conventions changed from PascalCase to camelCase.
Back to C++ gamedev with SFML in May 2023

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: First test
« Reply #2 on: March 26, 2013, 06:05:28 pm »
Yes, things are named differently in SFML 2, lookup the API documentation.

And don't use Youtube tutorials, they're rarely good.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

DominikL

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: First test
« Reply #3 on: March 26, 2013, 06:07:01 pm »
Thanks guys, I  didn't notice that.