Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. 1>------ ビルド開始: プロジェクト: VisualStudio_2019用, 構成: Debug x64 ------
  2. 1>test.cpp
  3. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,58): error C2440: '初期化中': 'const char [10]' から 'char *' に変換できません。
  4. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,18): message : 文字列リテラルからの変換では const 修飾子が失われます (/Zc:strictStrings を参照)
  5. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,58): error C2440: '初期化中': 'const char [11]' から 'char *' に変換できません。
  6. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,34): message : 文字列リテラルからの変換では const 修飾子が失われます (/Zc:strictStrings を参照)
  7. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,58): error C2440: '初期化中': 'const char [8]' から 'char *' に変換できません。
  8. 1>D:\DxLib_VC\サンプルプログラム実行用フォルダ\test.cpp(3,48): message : 文字列リテラルからの変換では const 修飾子が失われます (/Zc:strictStrings を参照)
  9. 1>プロジェクト "VisualStudio_2019用.vcxproj" のビルドが終了しました -- 失敗。
  10. ========== ビルド: 0 正常終了、1 失敗、0 更新不要、0 スキップ ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement