I don\'t think my question is dupplicate of this one.
what I try to do:
template class CReentranceLock { public: CR
bool CReentranceLock<const char*szFunctionName>::s_bLock=false;
This should be:
bool CReentranceLock<szFunctionName>::s_bLock=false;
Just change the line to