Thread
:
redirect i/o
View Single Post
goT
Go4Expert Member
20Jun2006,12:08
Code:
#include "dll.h" void CDll::ATestMethod() { m_c = 0; for (int i = 0; i<1000; i++) m_c++; }
can you make the exe app or any other app to show the m_c increment?. i'll keep trying. Specailly in an mfc application.