• <legend id='OR6Xw'><style id='OR6Xw'><dir id='OR6Xw'><q id='OR6Xw'></q></dir></style></legend>
      <bdo id='OR6Xw'></bdo><ul id='OR6Xw'></ul>

      <tfoot id='OR6Xw'></tfoot>

      <small id='OR6Xw'></small><noframes id='OR6Xw'>

    1. <i id='OR6Xw'><tr id='OR6Xw'><dt id='OR6Xw'><q id='OR6Xw'><span id='OR6Xw'><b id='OR6Xw'><form id='OR6Xw'><ins id='OR6Xw'></ins><ul id='OR6Xw'></ul><sub id='OR6Xw'></sub></form><legend id='OR6Xw'></legend><bdo id='OR6Xw'><pre id='OR6Xw'><center id='OR6Xw'></center></pre></bdo></b><th id='OR6Xw'></th></span></q></dt></tr></i><div id='OR6Xw'><tfoot id='OR6Xw'></tfoot><dl id='OR6Xw'><fieldset id='OR6Xw'></fieldset></dl></div>

      1. 无法将参数从“const char[20]"转换为“LPCWSTR&

        时间:2023-08-02
          • <bdo id='Ob2yX'></bdo><ul id='Ob2yX'></ul>

                <tbody id='Ob2yX'></tbody>
              <i id='Ob2yX'><tr id='Ob2yX'><dt id='Ob2yX'><q id='Ob2yX'><span id='Ob2yX'><b id='Ob2yX'><form id='Ob2yX'><ins id='Ob2yX'></ins><ul id='Ob2yX'></ul><sub id='Ob2yX'></sub></form><legend id='Ob2yX'></legend><bdo id='Ob2yX'><pre id='Ob2yX'><center id='Ob2yX'></center></pre></bdo></b><th id='Ob2yX'></th></span></q></dt></tr></i><div id='Ob2yX'><tfoot id='Ob2yX'></tfoot><dl id='Ob2yX'><fieldset id='Ob2yX'></fieldset></dl></div>

              1. <tfoot id='Ob2yX'></tfoot>

                <small id='Ob2yX'></small><noframes id='Ob2yX'>

                <legend id='Ob2yX'><style id='Ob2yX'><dir id='Ob2yX'><q id='Ob2yX'></q></dir></style></legend>
                  本文介绍了无法将参数从“const char[20]"转换为“LPCWSTR"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  编译这段代码时:

                  #include <windows.h>
                  
                  int WINAPI WinMain(HINSTANCE hInsance,HINSTANCE hPrevInstance,PSTR cmdLine,int showCmd){
                      MessageBox(0,"First Win32 Program","Window Tittle",MB_OK);
                      }
                  

                  我收到编译器错误:

                  错误 C2664:'MessageBoxW':无法将参数 2 从 'const char [20]' 转换为 'LPCWSTR' 1> 指向的类型不相关;转换需要 reinterpret_cast、C-style cast 或 function-style cast

                  Error C2664: 'MessageBoxW': cannot convert parameter 2 from 'const char [20]' to 'LPCWSTR' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

                  我做错了什么?

                  推荐答案

                  你定义了 UNICODE,所以 MessageBox 需要一个宽字符串.

                  You have UNICODE defined, so MessageBox is expecting a wide string.

                  这篇关于无法将参数从“const char[20]"转换为“LPCWSTR"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 std::basic_string&lt;t&gt; 是否合理?作为目 下一篇:如何在 Visual Studio C++ 中使用第三方 DLL 文件?

                  相关文章

                  最新文章

                      <i id='Rgaj8'><tr id='Rgaj8'><dt id='Rgaj8'><q id='Rgaj8'><span id='Rgaj8'><b id='Rgaj8'><form id='Rgaj8'><ins id='Rgaj8'></ins><ul id='Rgaj8'></ul><sub id='Rgaj8'></sub></form><legend id='Rgaj8'></legend><bdo id='Rgaj8'><pre id='Rgaj8'><center id='Rgaj8'></center></pre></bdo></b><th id='Rgaj8'></th></span></q></dt></tr></i><div id='Rgaj8'><tfoot id='Rgaj8'></tfoot><dl id='Rgaj8'><fieldset id='Rgaj8'></fieldset></dl></div>
                    1. <small id='Rgaj8'></small><noframes id='Rgaj8'>

                      <tfoot id='Rgaj8'></tfoot>
                      <legend id='Rgaj8'><style id='Rgaj8'><dir id='Rgaj8'><q id='Rgaj8'></q></dir></style></legend>
                        <bdo id='Rgaj8'></bdo><ul id='Rgaj8'></ul>