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

Pages: [1]
1
General / Re: [SFML 2.1] No window created
« on: December 04, 2014, 12:25:27 pm »
I am using static libraries. Yes, I remembered about -s-d suffix for each file linked.

2
General / Re: [SFML 2.1] No window created
« on: December 03, 2014, 11:49:37 pm »
Redone all configuration and everything stays the same.
Also, the same program works perfectly fine on the other computer, so I will try updating the drivers and will report back.

EDIT: The compiler I use is GNU GCC Compiler, downloaded along with the Code Blocks 13.12 IDE.
EDIT2: Updating the drivers didn't help as well. The program works (or refuses to work) as it used to.

3
General / [SFML 2.1] No window created
« on: December 03, 2014, 11:31:11 pm »
Hello.

I'm new to SFML.
I tried to compile the example code from the library setup tutorial.
(click to show/hide)

Everything compiled, as expected.
The process was created as well,  with 2kiB memory assigned.
However, the window hasn't showed up.

It's not like the window never shows up. If I start one process and I leave it running (without window), then I start another instance of the program, the window often shows up (though not always).
Running the program through debugger however makes the window appear every time.
I read a few posts in the internet stating that it was an old SFML 1.6 issue, related with AMD drivers,  that had been fixed in SFML 2.0 but, as I wrote in post title, I am using SFML 2.1.
Is this my graphics card's fault?

Here is the link to the DxDiag content.

Pages: [1]