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

Pages: [1]
1
General / Re: How to make a grid?
« on: August 02, 2013, 09:14:54 pm »
Thank you very much this is exactly what I was looking for  :)
If someone else read this and wondering why the code does not work. He just forgot #include <cmath> :p

Thanks again!

2
General / Re: How to make a grid?
« on: August 02, 2013, 07:10:24 pm »
Now I am able to get a dot but I can't figured out how to duplicate it.
Is there anywhere I could find a tutorial about this?

3
General / Re: How to make a grid?
« on: August 02, 2013, 06:08:32 pm »
Okay, thank you for your reply, what is dot?
Do I need to set it as an image or a circle shape?

4
General / Re: Sprite
« on: August 01, 2013, 11:19:04 pm »
Go see this tutorial

5
General / How to make a grid?
« on: August 01, 2013, 11:15:54 pm »
I'm trying to make a grid for a game which will only be dots like this image without all the lines. I want to make it so its the same distance between every dots.
http://cdn2.sbnation.com/uploads/chorus_image/image/13111257/eve_online_hacking_game.0_cinema_640.0.jpg

I am using SFML 2.1

Even just an idea would help.
Thank you

6
General / Re: Can not get SFML 2.0 to work
« on: July 22, 2013, 09:49:26 pm »
OMG thank you the whole time I was just using the wrong version. Forget about VS 2012 this was just stupid Ill stay with CodeBlocks. I can finally finish my work! You don't know how much important this was for me. I almost gave up but you helped me out. Your tutorial is actually excellent. I just did not read the first sentence and ended up downloading the wrong file. Is there anything I could do for you like donate or something like that?

7
General / Re: Can not get SFML 2.0 to work
« on: July 22, 2013, 08:40:48 pm »
For CodeBlocks I am using GCC 4.7 MinGW(DW2) - 32bits
No, I did copy the DLLs in the executable folder. Its the first time using VS. The only reason I bough it is because CodeBlocks was not working and I tough it would be easier. So if I could get CodeBlocks to work it would be even better

8
General / Re: Can not get SFML 2.0 to work
« on: July 22, 2013, 08:05:33 pm »
With Visual Studio 2012 I get Unable to start program (executable file path)
The system cannot find the file specified

9
General / Re: Can not get SFML 2.0 to work
« on: July 22, 2013, 08:02:52 pm »
Let see in CodeBlocks I am getting The procedure entry point_gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll

10
General / Re: Can not get SFML 2.0 to work
« on: July 22, 2013, 07:58:41 pm »
I would need a good tutorial

11
General / Can not get SFML 2.0 to work
« on: July 22, 2013, 07:51:31 pm »
I was working with SFML 1.6 for a while but now I changed for 2.0 and I can't get it to work. I followed all the tutorials, did some research. Nothing works. I am on Windows 32bit. I tried CodeBlocks and Visual Studio 2012 Ultimate. I would really need your help so I could work.
Thank you
Hope to hear from you soon

Eddit: I only had the wrong SFML version

Pages: [1]