Welcome, Guest. Please login or register.

Author Topic: Error on DoMethod()  (Read 2507 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline DaveP

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2116
    • Show all replies
Re: Error on DoMethod()
« on: December 08, 2004, 05:32:31 PM »
Sounds like an include problem. Gcc and similar compilers report "incomplete type" for structures that are used but not declared.

In this case win is not defined, because the "struct Window" structure has not been declared in entirity. Check you have all the intuition includes required in order to use it.

Hate figure. :lol: