selvanathan
November 13, 2008, 11:49:13
Hello..
Please see the following..
void CListener::frameReady( Grabber& param, smart_ptr<MemBuffer> pBuffer, DWORD FrameNumber)
{
pBuffer->lock();
DrawBuffer(pBuffer);
Mydialog.EdBox();
pBuffer->unlock();
}
----------------
at bottom in dialog functions
CMydialog::EdBox()
{
UpdateData(true); --> this ends in error
m_edbox = "test"; // this is my edit box member variable
UpdateData(true);
}
from above UpdateData(true) ends in error.. plz give me the solution...
thanks in advance...
K.Selvanathan
Please see the following..
void CListener::frameReady( Grabber& param, smart_ptr<MemBuffer> pBuffer, DWORD FrameNumber)
{
pBuffer->lock();
DrawBuffer(pBuffer);
Mydialog.EdBox();
pBuffer->unlock();
}
----------------
at bottom in dialog functions
CMydialog::EdBox()
{
UpdateData(true); --> this ends in error
m_edbox = "test"; // this is my edit box member variable
UpdateData(true);
}
from above UpdateData(true) ends in error.. plz give me the solution...
thanks in advance...
K.Selvanathan