また問題が出たので教えていただきたいです。
下のプログラムでメイクが出来ません。
ちなみにメイク結果は下にのせてあります
ご指摘お願いします
//hello.cpp
#include <iostream>
using namespace std;
int main()
{
cout << "hello" << endl;
}
メイク結果
> H:\課題研究\C++ボーランド全て\コンパイラ\Bin\make.exe -fDebug\test.mak TARGET
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -W -3 -Od -w- -AT -pc -H- -k -b -v -y -DDEBUG -nDebug -c H:\課題研究\C++ボーランド全て\作成した物\test\game.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
H:\課題研究\C++ボーランド全て\作成した物\test\game.cpp:
bcc32 -W -3 -Od -w- -AT -pc -H- -k -b -v -y -DDEBUG -eDebug\test.exe Debug\game.obj
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: 外部シンボル 'WinMain' が未解決(H:\課題研究\C++ボーランド全て\コンパイラ\LIB\C0W32.OBJ が参照)
** error 1 ** deleting Debug\test.exe
Make End !! (Elapsed time 0:22.093)