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

Pages: [1]
1
thanks, I get it now.

2
but isn't getSize() going to return the whole size of the image in Kbs or MBs? I want the number of pixels across the image and also the number of pixels on the height of the image. will getSize() be able to achieve this? If Yes. How?   

3
Graphics / What has replaced the Image function GetWidth() in SFML 2.0
« on: December 30, 2012, 09:09:35 am »
I have a sprite sheet that I would like to animate by subdividing it into sub-rectangles but I am unable to, :( because the function getWidth() for the sprite sheet has been removed in SFML 2.0 and I don't know what has replaced it. ???

4
Graphics / Re: WHAT DOES GetFrameTime() DO?
« on: December 25, 2012, 10:54:54 pm »
So is there a function that replaced it?

5
Graphics / WHAT DOES GetFrameTime() DO?
« on: December 25, 2012, 10:40:46 pm »
What does GetFrameTime() do? and why don't I have this function in my SFML 2.0? If its been replaced by another function, what is the other function?

6
 I'm new to SFML and I'm still trying to get my first window running. but I'm getting the error below. ERROR "The procedure entry point ZTVN10_cxxabiv120_si_class_type_infoE could not be located in the dynamic library libstdc++-6.dll" Does anybody know what the problem could be?

Pages: [1]
anything