Ops -Silly me , i was trying to use the struct as a variable type.
However I have fixed this error, but am now getting a
POLINK ErrorPOLINK: error: Unresolved external symbol '__penter'.
POLINK: error: Unresolved external symbol '_Mouse'.
I have no idea what "_penter" is or when it's found.
I'm assuming "_Mouse" is my variable Mouse structure (now fixed
!):
struct MOUSEINFO
{
int Mx;
int My;
short Mright;
short Mleft;
} extern Mouse;
Any idea how I could fix these errors?
(Would I copy of my complier and Linker settings aid any?)
Thanks