Hello!
I'm a begginer, in fact that's my first real project; it's a birthday card to one friend (it's TODAY in fact...) and I am having some problems with access violations. I'm using Visual Studio 2012 under windows 7, I will try to upload it somewhere, could someone give a look to help me? The error ocurrs on the constructor of my message class, on the Text constructor:
Message::Message(string text, Font font)
: message(text,font) // 'message' is sf::Text; the debugger brought me there
{
// Other initializations
}
Thanks in advance!