UDPInterface.c
Interface.h
When compiling, I have a bug somewhere in my code, because in UDPInterface.c on line 64, upon declaration of an interface struct variable -
struct Interface interface;- the compiler expects a declaration of the full type, when it SHOULD be already included from Interface.h on line 15 -
#include "interface/Interface.h".
I have no idea why this is happening. I am using MinGW as my compiler.
Some possible causes, but I haven't been able to spot any -
- Possible name conflict with either Interface or interface somewhere
---------- Post added at 01:02 AM ---------- Previous post was at 12:30 AM ----------
There was a name conflict with the variable name interface


Sign In
Create Account


Back to top










