bcc55 error message


2004-05-10 06:06:17 AM
cppbuilder4
Hi,
I downloaded and installed bcc55. I made hello.cpp and tried to compile,
link and run it
with the command bcc32 hello.cpp. I got the following error message:
Error 2075: Incorrect configuration file option: c:\Borland\Bcc55\include
Can anyone tell me what this means, and how to remedy it?
Thank you in advance for your help.
George
P.S. Here is the file:
#include iostream;
using namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}