I get a "Access violation reading location" at this line of code: if(!m_vpVaror->empty())
m_vpVaror is declared like this: std::vector<Vara> *m_vpVaror;
It is a private class member, and I check if it is empty in a class member function.
I have seriously no idea why this line of code would cause such an error, so please enlighten me.
This post has been edited by DoNotWant: 18 March 2012 - 07:23 AM

New Topic/Question
Reply



MultiQuote






|