BCC Developerでのメイクでエラーが出る
C++を勉強し始めたものですが、BCC Developerでメイクしたときにエラーがでて、コマンドプロンプトが表示されなくて困っています。
http://www.plustarnet.com/aspil/Programming/c00.htmを参考に、
Borland C++ Compiler 5.5とBCC Developer、setbccをインストールし、
http://www.plustarnet.com/aspil/Programming/c01.htmを参考に
void main(void)
{
}
という簡単なプログラムをメイクしたのですが、
エラーが出てしまいます。
以下が、そのエラーのときに表示された文です。
> "C:\Program Files\borland\bcc55\Bin\make.exe" -f.\SampleSTG.mak TARGET
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -W -3 -Od -w- -AT -pc -H- -k -b -v -y -DDEBUG -n. -c "C:\Documents and Settings\匿名\デスクトップ\SampleSTG\first.cpp"
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\documents and settings\匿名\デベハトップ\samplestg\first.cpp:
エラー F1009 c:\documents and settings\匿名\デベハトップ\samplestg\first.cpp: 入力ファイル 'c:\documents and settings\匿名\デベハトップ\samplestg\first.cpp' をオープンできない
*** 1 errors in Compile ***
** error 1 ** deleting .\first.obj
Make End !! (Elapsed time 0:00.511)
エラーの意味もわからないし、ググっても解決法が分からなかったので
書き込みしました。
わかる方、解答お願い致します。