Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qtでエラーが発生しました:呼び出し時にパラメーター1を「constchar*」から「LPCWSTR」に変換できません:OutputDebugString( "wtf!");
単純なC++プロジェクトでは、常に「文字セット」を「未設定」に設定してきましたが、今回は機能せず、エラーが常に表示され続けます。「マルチバイトを使用する」などの他の可能性を試しましたが、それでも効果はありません。どうしたの?
ありがとう。
OutputDebugStringの代わりにqDebugを使用すると、機能することがわかりました。