Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Error when run the SFML test program
Print
Pages: [
1
]
Author
Topic: Error when run the SFML test program (Read 1373 times)
0 Members and 1 Guest are viewing this topic.
alexge50
Newbie
Posts: 1
Error when run the SFML test program
«
on:
January 26, 2014, 02:33:43 pm »
Hello y'll.
I have a message box that mean a error while i running the SFML test installing!
(see the attachment)
I installed on Code::Blocks 13.12
with MingW.
On Windows 8.1.
And wherever i put the DLLs will say to mi this error!
Logged
Grimshaw
Hero Member
Posts: 631
Nephilim SDK
Re: Error when run the SFML test program
«
Reply #1 on:
January 26, 2014, 04:48:19 pm »
Usually means you are linking to a library version that does not match the DLL you're using.
Logged
Indie game developer -
http://daevatheory.com/
Engine -
https://github.com/DevilWithin/Nephilim
http://www.packtpub.com/sfml-game-development/book
eXpl0it3r
SFML Team
Hero Member
Posts: 11032
AW: Error when run the SFML test program
«
Reply #2 on:
January 26, 2014, 07:35:33 pm »
Code::Blocks 13.12 ships with the TDM GCC 4.8.1 compiler, for which there's no official package available, you need to build SFML from source.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Error when run the SFML test program
anything