SFML community forums

Help => General => Topic started by: alexge50 on January 26, 2014, 02:33:43 pm

Title: Error when run the SFML test program
Post by: alexge50 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!
Title: Re: Error when run the SFML test program
Post by: Grimshaw 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.
Title: AW: Error when run the SFML test program
Post by: eXpl0it3r 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. ;)