borland c unable to include header file

741 Views Asked by At

I have a very old C project that must be opened using borlandc. my machine runs win 8 so I have installed dosbox to run borlandc

the problem is that when i build the project, there exist too many errors, all are in the form: "unable to include file "xxx.h"

kindly be noted that: - all these header files are existing in the INCLUDE folder - I have created the cfg file and set the correct path to that folder for the compiler, so as for the linker - I have set the environment variables

and still have the same errors

can anyone help me with that?

1

There are 1 best solutions below

1
On

Check the bcc32.cfgfile.It must be in the same directory as that of the bcc32.exe file..

Check this here.