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

Author Topic: devc++ ?  (Read 913 times)

0 Members and 1 Guest are viewing this topic.

bluatigro

  • Newbie
  • *
  • Posts: 4
    • View Profile
devc++ ?
« on: April 24, 2013, 04:12:16 pm »


i want to use devc++ whit SFML

how and wat do i do to do that ?
cxiu diferas el tio respondas cxiu samvaloras
[ esperanto : everybody is diferent therefore everybody is equal ]

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: devc++ ?
« Reply #1 on: April 24, 2013, 04:31:41 pm »
Quote
how and wat do i do to do that ?
You do the same things as with any other library: add "SFML/include" to the include search paths, add "SFML/lib" to the library search path, and link to the SFML libraries that you need (sfml-xxx.a).

If you don't know how to do that, I suggest that you search some documentation or tutorials about your IDE; these steps are not specific to SFML, you'll have to repeat them for any other library that you're going to use.

By the way, do you want to use SFML or CSFML?
Laurent Gomila - SFML developer