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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MehdiBmm

Pages: [1]
1
Graphics / Re: Linker errors
« on: December 10, 2015, 02:38:17 pm »
No, I downloaded the already compiled sources for the Visual Studio, and for Code:Blocks I compiled myself with Cmake.
And still both of them aren't working.

2
Graphics / Re: Linker errors
« on: December 10, 2015, 12:17:53 pm »
I figured out how to disable precompiled headers, the linker has thrown new errors, it's a pain, every time something is fixed another issue appears.
I finally compiled the sources with Cmake for Code:Blocks MinGw.
This code compiles well:
(click to show/hide)
However, when I do the one the tutorial (that shows a green circle) I get a bunch of linker errors.

3
Graphics / Re: Linker errors
« on: December 10, 2015, 12:24:47 am »
I finally took the Visual Studio 14 2015 64 version, I have what It was told in the related page and followed instructions on a youtube video.
But I get two errors:
-#include <SFML/Graphics.hpp>': skipped when looking for precompiled header use
-unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
The second one didn't want to stop, even by including the stadfx.h, what should I do ? it's confusing.

4
Graphics / Re: Linker errors
« on: December 05, 2015, 12:27:49 pm »
The compiler for Code:Blocks is Gcc and it's the one I took for SFML.
I choosed the dynamic linking and copied the bin content of SFML to the debug.
So, I don't know why it doesn't work, do you have an idea ?

5
Graphics / Linker errors
« on: December 04, 2015, 06:10:32 pm »
Hi there,
It's been a while that I was trying to use Sfml but was unable to get it working.
Today, I have used this http://www.sfml-dev.org/tutorials/2.2/start-cb.php, as I'm using Code:Blocks and Sfml version 2.3.
I did all what was described, but got many undefined errors:
(click to show/hide)
Is this because there is something missing ? (such opengl etc...because I didn't really understand the table of the dependencies.)
How to get it working ? I use Code:Blocks but I can also use Visual Studio 2015 and DevC++.
Thank you

Pages: [1]