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

Pages: [1]
1
General / Re: VC2010 and SFML 1.6
« on: June 08, 2012, 04:06:56 pm »
This is a known bug. You should really use SFML 2.

Thanks for the reply. Well, that's awful, since SFML 2 doesn't have a complete tutorial, and the 1.6 examples don't work with it.

Guess I'll have to deal with 2.0. Again, thanks for the reply.

2
General / VC2010 and SFML 1.6
« on: June 08, 2012, 07:15:28 am »
Hello all,

So I've started learning SFML this week for my C++ project. As the title says, I'm having problems running the tutorial examples. I'm using the libs and dlls compiled on Visual Studio 2010 - somehow I can't get thorugh buildig them, so I downloaded from here (someone posted the built things) - and their respective debug versions as I am building debug version of the little examples.

Now, the problem: the application builds but doesn't run properly. The window that was supposed to show up doesn't show, and I have to kill the application via the Task Manager.

I'm using Visual Studio 2010 Professional.

On a separate note: I get the feeling the whole problems are the libs and dlls. I downloaded them because, as I said, I can't get them to be built on my IDE. On the Debug DLL mode, the sfml-xxx-d-.lib aren't created, and the sfml-graphics keep getting errors.

Any help is appreciated, this is driving me nuts. Thanks!

Pages: [1]