The following problem occurs in unicode debug config:
A socket connection handler class CMclSocket has a derived class
CHttpProtoFile. A function Send() of the base class is called in the
derived class in the OnConnect handler. Untill this function is called
in the derived class the member variables of the base class r
acessible. Once this function is called, accessing the member variables
inside this function in the base class throws '0xC0000005: Access
Violation.' error while running the application. This application works
fine in debug config.