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

Pages: [1]
1
DotNet / SFML 2 EnableKeyRepeat shows no effect
« on: July 08, 2011, 09:12:10 pm »
Ah ok, so i have to write something myself, thank you.
Fast as always :)

2
DotNet / SFML 2 EnableKeyRepeat shows no effect
« on: July 08, 2011, 08:00:30 pm »
I dont know if it is an issue or a fault by myself but using Keyboard.EnableKeyRepeat( false ) once and asking Keys via Keyboard.IsKeyPressed( Keyboard.Key.TheKey ) in the main loop does not work like i expected it, it's just like with key repeat set to true.

With KeyRepeat set to false a IsKeyPressed( Key ) call should only return true one time if the key wasn't  released after that, shouldn't it?

I hope anyone can help here.

Thanks.

3
DotNet / SFML 1.6 Examples crash
« on: May 30, 2011, 12:04:27 pm »
Recompiled it but there is still the same error.

4
DotNet / SFML 1.6 Examples crash
« on: May 30, 2011, 11:44:06 am »
post-fx sample

Crashes at the RenderWindow creation:

Code: [Select]
RenderWindow App = new RenderWindow(new VideoMode(800, 600), "SFML.Net PostFX");

Error Message is:

BadImageFormatException was not handled

It was tried to load a file of a wrong format (Exception of HRESULT: 0x8007000B)

I hope the translation is right, i've got the visual studio in german here.

5
DotNet / SFML 1.6 Examples crash
« on: May 30, 2011, 11:24:24 am »
Ehm, 1.6 does not have 32 and 64 bit libs, there is only one bunch of libs in libs and extlibs.
If they are 32bit libs, shouldn't they work anyway on a 64 bit system?

64 bit libs on a 32 bit system don't work but the other way round it should work.

Thanks for your help.

6
DotNet / SFML 1.6 Examples crash
« on: May 30, 2011, 10:53:52 am »
Hi,

i wanted to start using SFML with C# but even the examples don't work.
I put all the libs and the extlibs in the samples/bin folder but they crash with the popup "post-fx.exe doesn't work anymore", for example.
What could cause this?

I've installed Visual Studio Express 2010 on a Windows 7 x64 Professional.
Hardware is up to date, so there shouldn't be any incompatabilitys.

Recompiling the example doesn't change anything, unfortunately.

I hope someone can help me here :)

Greetings

Pages: [1]
anything