回答編集履歴
3
加筆
answer
CHANGED
@@ -4,4 +4,7 @@
|
|
4
4
|
|
5
5
|
> Borland C++ Compiler 5.5
|
6
6
|
|
7
|
-
...旧くない?
|
7
|
+
...旧くない?
|
8
|
+
|
9
|
+
[ご参考] Visual Studio 2017 Community / コマンドラインからのbuild
|
10
|
+

|
2
加筆
answer
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
bcc32.cfg でWindows SDK の include-path が通っていない。
|
2
2
|
さもなくば、 Windows SDK がインストールされていない。
|
3
|
+
※ rc(resource-compiler) にも include-path を教えてあげんとならんですな。
|
3
4
|
|
4
5
|
> Borland C++ Compiler 5.5
|
5
6
|
|
1
加筆
answer
CHANGED
@@ -1,2 +1,6 @@
|
|
1
1
|
bcc32.cfg でWindows SDK の include-path が通っていない。
|
2
|
-
さもなくば、 Windows SDK がインストールされていない。
|
2
|
+
さもなくば、 Windows SDK がインストールされていない。
|
3
|
+
|
4
|
+
> Borland C++ Compiler 5.5
|
5
|
+
|
6
|
+
...旧くない?
|