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?