Thread: redirect i/o
View Single Post
goT
Go4Expert Member
19Jun2006,11:50  
goT's Avatar
it is a c++ dll (must keep it c++ dll). Not windows dll. its has a class member, int m_counter;
Code:
void CUpCalss::Func()
{
for (,,)
m_counter++;
i like this m_counter get updated in edit control of my mfc gui.
}
I am not sure how to implement this.