Hello,
I am getting memory access error while trying to run code (SFML 2.0):
sf::Font font;
font.loadFromFile("arial.ttf");
Unhandled exception at 0x6d5a1f16 in test.exe: 0xC0000005: Access violation reading location 0x003b2000.
from debugger:
+ font {m_library=0xbaadf00d m_face=0xbaadf00d m_streamRec=0xbaadf00d ...} sf::Font
font file is present and accessible.
Any idea on it?