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

Pages: [1]
1
Quote
If you're using a recent revision of SFML 2, you must load a font, there's no more default font.

Yeah I had one loaded


Quote
Make sure you're not mixing debug and release modes and that your SFML version is compatible with your compiler.

Wow that was it, I had system instead of system-d in the debug link....


Thank you very much!

2
When I create a text object like in the sample:
sf::Text text("hello");

or if I create one and set string later, it crashes,

Even If I remove everything else from my code except the text sample, it still crashes

Unhandled exception at 0x77d715ee in SFML_Tut.exe: 0xC0000005: Access violation reading location 0xcccccccc.

Pages: [1]