質問編集履歴

2

補足説明にバージョン等の追加

2018/03/14 00:53

投稿

teraboo
teraboo

スコア6

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,4 @@
94
94
 
95
95
  ### 補足情報(FW/ツールのバージョンなど)
96
96
 
97
-
98
-
99
- ここにより詳細な情報を記載してください。
97
+ MinGwはhttp://sourceforge.net/projects/mingw/files/latest/download からダウンロードしたversion 6.3.0です。DXライブラリはhttp://dxlib.o.oo7.jp/dxdload.html からダウンロードしたDXライブラリ Windows版 Gnu C++( MinGW )用(Ver3.19)をダウンロードする(自己解凍形式(約27.4MB))です。プロジェクトに追加すべきファイル_GCC(MinGW)用\5_2_0_w64\x86_64の中のものを使いました。

1

折り返しの変更

2018/03/14 00:53

投稿

teraboo
teraboo

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,25 +14,15 @@
14
14
 
15
15
  ilk_common -lcelt -o test02.exe
16
16
 
17
- C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x7): undefined reference to `DxLib::
17
+ C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x7): undefined reference to `DxLib::DxLib_Init()'
18
18
 
19
- DxLib_Init()'
19
+ C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x34): undefined reference to `DxLib::GetColor(int, int, int)'
20
20
 
21
- C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x34): undefined reference to `DxLib:
21
+ C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x4c): undefined reference to `DxLib::DrawPixel(int, int, unsigned int)'
22
22
 
23
- :GetColor(int, int, int)'
23
+ C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x51): undefined reference to `DxLib::WaitKey()'
24
24
 
25
- C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x4c): undefined reference to `DxLib:
26
-
27
- :DrawPixel(int, int, unsigned int)'
28
-
29
- C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x51): undefined reference to `DxLib:
30
-
31
- :WaitKey()'
32
-
33
- C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x56): undefined reference to `DxLib:
25
+ C:\Users\teraj\AppData\Local\Temp\cc0p7dvJ.o:test02.cpp:(.text+0x56): undefined reference to `DxLib::DxLib_End()'
34
-
35
- :DxLib_End()'
36
26
 
37
27
  collect2.exe: error: ld returned 1 exit status
38
28