Solution ot the following error
-
Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks
-
Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks
-
I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank
-
I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank
-
I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank
-
Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks
Unless the program being debugged is currently executing in the scope of the variable, the variable value will display said error.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne