質問編集履歴

1

追記

2017/01/23 09:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,31 @@
83
83
 
84
84
 
85
85
  にコピーしました。
86
+
87
+
88
+
89
+ ###補足
90
+
91
+
92
+
93
+ 出力した際、以下のようなログ?が出ました。
94
+
95
+ ```
96
+
97
+ C:\Users\IA1B0~1.CHI\AppData\Local\Temp\ccto821W.o:dxpractice1.cpp:(.text+0x7): undefined reference to `DxLib::DxLib_Init()'
98
+
99
+ C:\Users\IA1B0~1.CHI\AppData\Local\Temp\ccto821W.o:dxpractice1.cpp:(.text+0xc): undefined reference to `DxLib::WaitKey()'
100
+
101
+ C:\Users\IA1B0~1.CHI\AppData\Local\Temp\ccto821W.o:dxpractice1.cpp:(.text+0x11): undefined reference to `DxLib::DxLib_End()'
102
+
103
+ collect2.exe: error: ld returned 1 exit status
104
+
105
+ [Finished in 4.6s with exit code 1]
106
+
107
+ [shell_cmd: g++ "C:\Users\\Documents\Sublime Text\DxLib_Practice\dxpractice1.cpp" -o "C:\Users\\Documents\Sublime Text\DxLib_Practice/dxpractice1" && "C:\Users\\Documents\Sublime Text\DxLib_Practice/dxpractice1"]
108
+
109
+ [dir: C:\Users\\Documents\Sublime Text\DxLib_Practice]
110
+
111
+ [path: C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin]
112
+
113
+ ```