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

Pages: [1]
1
Audio / SFML2.0 app won't start if any sound classes are used
« on: November 18, 2009, 01:23:34 am »
Laurent, Is there a workaround I can use until it gets fixed?
Cheers!

2
Audio / SFML2.0 app won't start if any sound classes are used
« on: November 17, 2009, 04:47:24 am »
Static libs work for "sound" sample project, but not mine. But if I add "/NODEFAULTLIB:LIBCMT" to linker command line then my project will compile against static libs, but still not the dynamic ones.

3
Audio / SFML2.0 app won't start if any sound classes are used
« on: November 17, 2009, 03:39:36 am »
Yes, static libs work. But I'd much rather use the dlls...

4
Audio / SFML2.0 app won't start if any sound classes are used
« on: November 14, 2009, 11:05:46 am »
Hi, I've been working with SFML2.0 branch, but I can't get the sound to work.

Everything works fine until I decide to use any sound class, as soon as I add sf::sound etc, my app won't launch. "Run with Debugging" in VS starts the app, I can see all the dlls loading up in the output window but it never hits the first line of main(). It doesn't crash, it just doesn't do anything either.

I suspect it's something to do with loading the dlls, but I'm not sure how all this works.

It works fine on 1.5, and the sample app 'sound' has exactly the same behaviour - it won't start.

Any ideas?

Cheers.

5
Graphics / Draw Depth
« on: November 11, 2009, 02:37:10 am »
Hi, how do I set the draw depth?

Do I have to glEnable the depth buffer and manually change the matrix?

Pages: [1]