Path setting related problems
1) 16 bit MS DOS subsystem:- It is raised at open time while a path of cmd line and working directory is wrong.
2) Error:- Unable to open include file header file name ‘.h’. It raised at compile time when we include header file manually and a path of include directories is wrong.
3) Linker Error:- Unable to open file ‘cos.obj’. It raised at run time when a path of library directories is wrong.
4) Unable to create output file ‘D:\so\exp.obj’ . It raised at compile time when path of output directories is wrong.
5) Linker Error:- Undefined symbol print in module exp.c. It raised at runtime when we used any inbuilt function with wrong name.
6) Function ‘function name’ should have a prototype:- It raised at compile time when by default file extension is “.cpp”.
2) Error:- Unable to open include file header file name ‘.h’. It raised at compile time when we include header file manually and a path of include directories is wrong.
3) Linker Error:- Unable to open file ‘cos.obj’. It raised at run time when a path of library directories is wrong.
4) Unable to create output file ‘D:\so\exp.obj’ . It raised at compile time when path of output directories is wrong.
5) Linker Error:- Undefined symbol print in module exp.c. It raised at runtime when we used any inbuilt function with wrong name.
6) Function ‘function name’ should have a prototype:- It raised at compile time when by default file extension is “.cpp”.
Comments
Post a Comment