CString对象需要显示的创建
注意字符类型
pDC->TextOutW(10, 10, L"ONE WORLD, ONE DREAM");
一般这样写pDC->TextOut(10, 10, _T("ONE WORLD, ONE DREAM"));