I have an issue that I've never come across with any complier I've used before.
I've tried to use the stdio.h header file. It calls no problems but it in turn
calls stdarg.h and stddef.h. An error arises stating:
"No include path in which to search for..."
Like I said I've never had this issue, can anyone help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an issue that I've never come across with any complier I've used before.
I've tried to use the stdio.h header file. It calls no problems but it in turn
calls stdarg.h and stddef.h. An error arises stating:
"No include path in which to search for..."
Like I said I've never had this issue, can anyone help.