不能将参数 2 从“const wchar_t [8]”转换为“LPCSTR”
HWND hwnd = CreateWindowEx( 0, WC_LINK,
TEXT("For more information, <A HREF=\"e:\\OA\">click here</A> or <A ID=\"idInfo\">here</A>"),
WS_VISIBLE | WS_CHILD | WS_TABSTOP,
0, 0, 100, 100,
hwnd, (HMENU) (IDC_SYSLINK), NULL, NULL);
error C2664: “CreateWindowExA”: 不能将参数 2 从“const wchar_t [8]”转换为“LPCSTR”
请问要如何改正?工程属性中字符集是使用多字节字符集。