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

Pages: [1]
1
Graphics / OpenGL heap corruption
« on: February 28, 2010, 02:57:29 pm »
I'm running the OpenGL example in Visual Studio 2008. And I get a heap corruption crash, but if I comment out:
Code: [Select]
       sf::String Text("This is a rotating cube");
        Text.SetPosition(250.f, 300.f);
        Text.SetColor(sf::Color(128, 0, 128));
        App.Draw(Text);

Its fine. Any explanations?

Thanks[/quote]

Pages: [1]