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

Pages: [1]
1
General / Segmentation Fault on .Clear
« on: May 07, 2011, 06:43:13 pm »
I have a similar problem when I try using SFML/samples/opengl/OpenGL.cpp

Not only does it reference inexisting images:
    datas/opengl/background.jpg
    datas/opengl/texture.jpg


but it also segfaults on
    App.Draw(Background);
    App.Draw(Text);

Pages: [1]
anything