Forum Discussion
James_B
Contributor
5 years agoEclipse 20.1 Failures with #include
Before I begin, I have all my Eclipse settings "correct" for inclusion of files. I do have a project working in Eclipse 20.1
However, upon refactoring functions from main to other files, the basic...
aikeu
Regular Contributor
4 years agoHi James_B,
May I know you mentioned that not working consistently, is it sometimes compile fail but sometimes pass?
Maybe you can try to make a very simple general.c file and observe any failure to your declaration of function in general.h file. Then only add on more content/functions to your general.c file. From there probably can notice what is causing the problem.
Regards,
Aik Eu