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 - reta

Pages: [1]
1
General discussions / Re: SFML 2.0 RC
« on: May 22, 2012, 09:12:24 pm »
Indeed. That's a problem.

Do you plan to resolve this for the 2.0 release ?

2
General discussions / Re: SFML 2.0 RC
« on: May 21, 2012, 06:01:08 pm »
Hi,
It seems that there is a problem with sfMouse_getPosition() and sfMouse_setPosition().
It seems that it provides interaction with sfWindow but not with sfRenderWindow.

cheers

3
General discussions / Re: SFML 2.0 RC
« on: May 20, 2012, 03:07:48 am »
yes it is a recent version of the GIT, I downloaded/compiled it again just before posting.

and indeed it is a weird error, because the function is there, without any case error.

1.6 is also arround but I mouved it outside of /usr/lib, I put it in /usr/lib/sfml-1.6/ so if I don't provide this path it should not be found
(I also moved the 1.6 includes)

I have this error only with this particular function. And I have no idea why because it's there in the sources.
If I remove this function from my sources, there is no error.

I have not tryed yet to test from a more simple hello world example. I'll do tomorrow.

4
General discussions / Re: SFML 2.0 RC
« on: May 19, 2012, 01:39:40 am »
Hello,

I have a problem with the git version of CSFML, when I try to compile I get the error:

undefined reference to `sfWindow_setSize'

If I remove this function call, there isn't any error anymore, and the compilation succeed.

Pages: [1]
anything