1

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?

Rehab11
  • 483
  • 2
  • 7
  • 16

1 Answers1

0

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

Check this here.

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26