who did ever meet the issue when I use CreateWnd function , exception - Unhandled exception at 0x005f0776 in ***.exe: 0xC0000005: Access violation reading location 0x00000000.
After debugging , I find the source code from atlmisc.h
operator LPCTSTR() const // as a C string
{
return m_pchData;
}
I am so disappointed by the exception , could you give me some suggestion how to solve the issue? thanks in advance