Quote Originally Posted by barim
Hi quzah!

I forgot to tell you how I fixed this problem. I put tag name inside and I think it works fine now. My compiler doesn't point at that spot anymore.

This is what I did:

Code:
struct date reordDate;
I hope that it is OK.
That's perfect. That's what it wanted you to do. I assumed that 'recordDate' was the actual name of the structure, and you'd left out the instance name. Apparently you had it the other way around. Same end result though.

Quzah.