| View previous topic :: View next topic |
| Author |
Message |
mike3 Guest
|
Posted: Thu Jan 01, 2004 6:56 am Post subject: "Type name expected" errors |
|
|
Hi.
I've been trying to use BC++ Builder to compile C++ files containing
classes like
class CPGenDialog : public CDialog
{
(stuff omitted)
};
and I get these awful "Type name expected" errors. I can't seem to
figure out what's wrong. Could you please give me some help?
|
|
| Back to top |
|
 |
R. Foreman Guest
|
Posted: Sun Jan 04, 2004 8:15 pm Post subject: Re: "Type name expected" errors |
|
|
[email]mike4ty4 (AT) yahoo (DOT) com[/email] (mike3) wrote in message news:<1d54b7e4.0312312256.5e0c1c87 (AT) posting (DOT) google.com>...
| Quote: | Hi.
I've been trying to use BC++ Builder to compile C++ files containing
classes like
class CPGenDialog : public CDialog
{
(stuff omitted)
};
and I get these awful "Type name expected" errors. I can't seem to
figure out what's wrong. Could you please give me some help?
|
Try posting (a few of) the specific errors you get. It sounds like you
may not have all the necessary header files included in your source.
The correct header files define the types which you're getting errors
about.
R. Foreman
|
|
| Back to top |
|
 |
|