Its ok, forgot to include afxmt.h :)
: : I'm getting an error "error C2079: '_m' uses undefined class 'CCriticalSection'" when I try to run the following:
: :
: : class CCriticalSection;
: :
: : class myClass{
: :
: : CCriticalSection m_lock;
: :
: : }
: :
: :
: : Can anyone help me out?
: : TIA
: :
:
: