Hi,
I have created a queue class, and added it to the project.
I then created a public instance of that queue class in my form. Everything is good so far. Now whenever i reference that form from anywhere else i have to include the header to the queue class as well other wise i get errors:
E2450 Undefined structure 'structure'
E2449 Size of 'identifier' is unknown or zero
these errors point to my declaration of my queue class.
If i include the reference to the queue class it works fine.
for some reason i cant include the queue header file in my forms header file either. Any ideas. I have used this queue class in a win32 app before with no such problems.
Thanks
I have created a queue class, and added it to the project.
I then created a public instance of that queue class in my form. Everything is good so far. Now whenever i reference that form from anywhere else i have to include the header to the queue class as well other wise i get errors:
E2450 Undefined structure 'structure'
E2449 Size of 'identifier' is unknown or zero
these errors point to my declaration of my queue class.
If i include the reference to the queue class it works fine.
for some reason i cant include the queue header file in my forms header file either. Any ideas. I have used this queue class in a win32 app before with no such problems.
Thanks