Problems while compiling Vincent code

I m trying to compile Vincent code using ECV3. But I m getting error saying
0xc0000005:access violation

Actually I m getting this error at the arrowed line below…in file context.cpp

void Context :: SetCurrent(bool current) {
----> m_Current = current;

if (!m_Current && m_Disposed) {
	delete this;
}

}

at this point if I look at the contents of this pointer… all the variables declared under this are having “ERROR: Expression cannot be evaluated”.

The same kind of problem I encountered when I tried to compile the code in VC6 insteda of EVC…

please any one help me to comeout of this problem.

please please…

shri

Contact EJ_Z through the Vincent developer list on sourceforge. He is maintaining the eVC 3 configuration.

  • HM

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.