Skip to content

Instantly share code, notes, and snippets.

@kazeto
Created April 3, 2017 06:32
Show Gist options
  • Save kazeto/97ef2fb48a727f2f3e68d6fbc08ab186 to your computer and use it in GitHub Desktop.
Save kazeto/97ef2fb48a727f2f3e68d6fbc08ab186 to your computer and use it in GitHub Desktop.
リンクエラーに直面した時の対処

General

  • 各プログラムの「ランタイムライブラリ」が一致しているかを確認する
  • 各プログラムの「文字セット」が一致しているかを確認する
  • 必要なlibファイルを「追加の依存ファイル」に記述したかどうかを確認する
  • 必要なlibファイルの場所を「追加のライブラリディレクトリ」に記述したかどうかを確認する

VS2015

  • legacy_stdio_definitions.lib を「追加の依存ファイル」に記述してみる
    • printf などの関数でリンクエラーが出た場合はこれを疑う
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment