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

Author Topic: setting up sfml on Windows XP  (Read 1297 times)

0 Members and 1 Guest are viewing this topic.

lukaius

  • Guest
setting up sfml on Windows XP
« on: December 10, 2017, 03:14:02 am »
Hello I'm trying to set up sfml on my windows computer with code block and mingw 6.10 32bit I have both of the DLL files but I don't know witch to install

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11006
    • View Profile
    • development blog
    • Email
Re: setting up sfml on Windows XP
« Reply #1 on: December 10, 2017, 09:58:30 am »
Follow the official tutorial.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lukaius

  • Guest
Re: setting up sfml on Windows XP
« Reply #2 on: December 10, 2017, 05:58:00 pm »
"There are multiple variants of GCC for Windows, which are incompatible with each other (different exception management, threading model, etc.). Make sure you select the package which corresponds to the version that you use. If you are unsure, check which of the libgcc_s_sjlj-1.dll or libgcc_s_dw2-1.dll files is present in your MinGW/bin folder. If MinGW was installed along with Code::Blocks, you probably have an SJLJ version."
What to do if I have both
DLLs when I installed it along codeblocks

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11006
    • View Profile
    • development blog
    • Email
Re: setting up sfml on Windows XP
« Reply #3 on: December 10, 2017, 07:42:01 pm »
It's more important to check the compiler version (e.g. gcc -v). For Code:: Blocks you want the TDM 32-bits version.

Alternatively, you can just build SFML with your specific compiler and then it will work just fine.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lukaius

  • Guest
Re: setting up sfml on Windows XP
« Reply #4 on: December 10, 2017, 08:22:05 pm »
Now in using tdm 32 bits version. Now I get the error sfml-d-2.dll was not found. Re installing the application may fix the problem

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11006
    • View Profile
    • development blog
    • Email
Re: setting up sfml on Windows XP
« Reply #5 on: December 10, 2017, 09:53:22 pm »
Read and follow the tutorial again.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lukaius

  • Guest
Re: setting up sfml on Windows XP
« Reply #6 on: December 12, 2017, 04:08:14 pm »
I set it up!! its surprisingly easier on Linux.