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

Pages: [1]
1
General / Huge MinGW Libraries!!
« on: April 02, 2008, 07:04:02 pm »
You can try for "compile for size optimization" (and you can use UPX on your executable, compiling SFML statically).

But not much worry in these days of Gigabyte+ demos!

2
SFML website / sourceforge and the forum
« on: February 24, 2008, 09:30:08 pm »
Woop, it's zippy right now.  :lol:

3
SFML website / sourceforge and the forum
« on: February 23, 2008, 09:16:34 pm »
Just as bad for me, pretty unusable.

I lose posts and don't want to retype them. Also don't want to wait 5 minutes and come back to a blank write screen.

4
Python / Set up SFML with Windows and Python
« on: February 20, 2008, 12:22:32 am »
The forum was acting up for me.  :roll:

So the short of it is:

It works, thanks. The sound capture didn't. After installing pyOpenGL I don't think the background.jpg or texture.jpg are included in the SDK for the opengl demo.

The worm demo is sweet. Small bug is that clicking (x) from in-game, not menu, will not close it properly.

5
Python / Set up SFML with Windows and Python
« on: February 14, 2008, 08:03:36 am »
I don't usually use python, but I wanted to try it out. Normally I'm on the C++ side of things.

I was originally going to just pass by and try out pyglet, but I know that I'll have to confront little issues like this if I want to continue with Python.

So I downloaded the Python SDK for Windows and opened the setup.py file with IDLE. Then I went to run it (F5) and it need me to say "install" as a command-line parameter. I couldn't figure out how to do that with IDLE, so I added the python folder to my PATH variable and went to the command line.

Then running the setup.py install, it said it needs to use Visual Studio 7.1 because python.exe was built with it. Now I have the Visual C++Toolkit 2003 and I ran the command prompt so it would set up the environment variables, but it still doesn't detect that I have it.

So I'm guessing it's checking for the complete IDE or something? Any way to fix this short of recompiling python?

It says it comes with precompiled binaries, but I guess not in the Windows SDK.

Pages: [1]