SFML community forums

Help => General => Topic started by: pleaq on July 31, 2015, 09:44:41 am

Title: [SOLVED]Cannot run tutorial code, dynamic linking. [SCREENS]
Post by: pleaq on July 31, 2015, 09:44:41 am
Hey, i've been on a long hiatus from sfml, since 1.6. And i've just now returned and tried to return to game making. I'm using Code::Blocks and 32bit sfml install.
(click to show/hide)

(click to show/hide)

Yes, I copy and pasted the DLL's to the .exe's location. Please help.
Title: AW: Cannot run tutorial code, dynamic linking. [SCREENS]
Post by: eXpl0it3r on July 31, 2015, 09:58:04 am
Follow the lateat tutorial step by step, read every last word, especially the red boxes and it will work.

If you get multiple symbols you're probably linking SFML twice or similar.
Title: Re: AW: Cannot run tutorial code, dynamic linking. [SCREENS]
Post by: pleaq on July 31, 2015, 10:13:00 am
Follow the lateat tutorial step by step, read every last word, especially the red boxes and it will work.

If you get multiple symbols you're probably linking SFML twice or similar.

I seemed to have fixed the first error, but now i get this?
(click to show/hide)
Title: AW: Cannot run tutorial code, dynamic linking. [SCREENS]
Post by: eXpl0it3r on July 31, 2015, 10:25:39 am
You probably use a none match version of SFML. Make sure header and library files are from the same version.
Title: Re: AW: Cannot run tutorial code, dynamic linking. [SCREENS]
Post by: pleaq on July 31, 2015, 10:32:43 am
You probably use a none match version of SFML. Make sure header and library files are from the same version.

Thank God for this man right here  ;D Turns out I was using the wrong SFML install compared to my Code::Blocks install. 4 hours well spent. Thank you so much, i can finally get back to this wonderful library.

[CLOSED]