質問編集履歴

2

タイトルの修正

2023/04/05 02:00

投稿

nohahanon
nohahanon

スコア27

test CHANGED
@@ -1 +1 @@
1
- C言語外部ライブラリPDCursesにinclude path正常に通せない[vscode]
1
+ C言語外部ライブラリPDCursesを使うファイルをコンパイルできない
test CHANGED
File without changes

1

自動生成されていたファイルについて補足しました。

2023/04/04 14:56

投稿

nohahanon
nohahanon

スコア27

test CHANGED
File without changes
test CHANGED
@@ -278,4 +278,28 @@
278
278
  ### 補足情報(FW/ツールのバージョンなど)
279
279
  gcc version 12.2.0 (x86_64-win32-seh-rev0, Built by MinGW-W64 project)
280
280
 
281
-
281
+ 自動生成されているc_cpp_properties.jsonは以下の通りです。
282
+ ```json
283
+ {
284
+ "configurations": [
285
+ {
286
+ "name": "Win32",
287
+ "includePath": [
288
+ "${workspaceFolder}/**",
289
+ "C:\\pg\\PDCurses-master"
290
+ ],
291
+ "defines": [
292
+ "_DEBUG",
293
+ "UNICODE",
294
+ "_UNICODE"
295
+ ],
296
+ "compilerPath": "C:\\pg\\mingw64\\bin\\gcc.exe",
297
+ "cStandard": "c17",
298
+ "cppStandard": "gnu++17",
299
+ "intelliSenseMode": "windows-gcc-x64"
300
+ }
301
+ ],
302
+ "version": 4
303
+ }
304
+ ```
305
+