Could not open included files

I am using BorlandC and Windows 7.

When I compile the file, I get the following errors:

Error Assign.C : Unable to open include file 'stdio.h' Error Assign.C : Unable to open include file 'conio.h' Error Assign.C : Unable to open include file 'dos.h' Error Assign.C : Unable to open include file 'stdlib.h' 

What am I doing wrong?

+4
source share
1 answer

check the bcc32.cfg file (should be in the same directory as bcc32.exe) It should contain:

-ID: \ BorlandC \ Include

Assuming include files can be found in D: \ BorlandC \ Include

+3
source

All Articles