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.


Topics - bnz

Pages: [1]
1
Window / OpenGL context
« on: March 13, 2010, 08:12:54 pm »
Hi,

is there a way to check what kind of OpenGL context was created by a sf::Window? And also, whether it's a compatibility or core profile?

Thanks,
bnz

2
Window / Question on window tutorial
« on: January 21, 2010, 08:15:06 pm »
Hello,

I'm new to SFML and also quite new to C++ in general, so I tried the official tutorials as a start.
However I'm now stuck at the tutorial on creating windows. I compiles fine (using MSVC++ 2010 beta2 and the code included in the tutorial), but when I start the application I get the following message:
"Unhandled exception at 0x75f19f11 in SFML Window.exe: 0xC0000005: Access violation reading location 0x6e695720."

When I start the exe directly from the Windows Explorer it simply says that the exe doesn't work anylonger.
I'm using Windows 7, by the way.

Do I need Qt or wxWidgets to succesfully run this program? Do you have any idea what I'm doing wrong?

Thanks,
bnz

Pages: [1]