Unhandled Exception error message
- by Joshua Green
Does anyone know why including a term such as:
t = PL_new_term_ref();
would cause an Unhandled Exception error message:
0xC0000005: Access violation reading location 0x0000000c.
(Visual Studio 2008)
I have a header file:
class UserTaskProlog : public ArAction
{
public:
UserTaskProlog( const char* name = " sth " );
…