質問編集履歴
1
文章を修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
gccコンパイラ エラー「 undefined reference to `WinMain@16'」 の原因が知りたい。
|
1
|
+
makefile gccコンパイラ int main()関数を定義しているのに エラー「 undefined reference to `WinMain@16'」 の原因が知りたい。
|
test
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
+
##### 環境
|
8
|
+
|
9
|
+
OS windows10
|
10
|
+
|
11
|
+
GNU make
|
12
|
+
|
13
|
+
g++
|
14
|
+
|
7
15
|
|
8
16
|
|
9
17
|
|