Re: Type?
Re: Type?
- Subject: Re: Type?
- From: email@hidden
- Date: Thu, 8 Nov 2001 12:31:17 -0500
On Thursday, November 8, 2001, at 12:19 PM, Carlos Weber wrote:
The compiler is telling you that, in one of the lines of your source code,
it has found a name, "someClass", which (according to the compiler's
best guess and by virtue of its relationship to surrounding words and
names which the compiler believes it can understand) should be the name
of a _type_, i.e., one of the language's built-in types (like int or
float) or a class which has been defined by you or by one of the
frameworks. It might mean you are not #importing a necessary header file?
By turning on detailed logging in your project (open the Preferences...
item in the Project Builder menu, click the Building icon at the top of
the window, and then for Build Log Detail Level:, select Detailed Build
Logs), you may be able to see more precisely just where in your source
code the compiler is barfing, and go from there.
Good luck.
References: | |
| >Re: Type? (From: Carlos Weber <email@hidden>) |