| View previous topic :: View next topic |
| Author |
Message |
Alex Bakaev [TeamB] Guest
|
Posted: Thu Dec 15, 2005 4:49 pm Post subject: Re: Class Declaration (CLX) |
|
|
Bono wrote:
| Quote: |
Now I get an error like this during compile:
[C++ Error] TEventHypo2000.h(36): E2303 Type name expected
It's referred to TCheckListBox in the function definition, I know... But I
don't know what kind of error it is...
I hope you can help me!!
|
Did you include the header file that defines that type?
..a
|
|
| Back to top |
|
 |
Chris Uzdavinis (TeamB) Guest
|
Posted: Thu Dec 15, 2005 5:06 pm Post subject: Re: Class Declaration (CLX) |
|
|
"Bono" <bono (AT) ingv (DOT) it> writes:
| Quote: | void myFuncName(unsigned int *TotWaves, TCheckListBox *listname);
Now I get an error like this during compile:
[C++ Error] TEventHypo2000.h(36): E2303 Type name expected
It's referred to TCheckListBox in the function definition, I know... But I
don't know what kind of error it is...
I hope you can help me!!
|
I haven't used clx, but wonder if perhaps TCheckListBox is in a
namespace? If so you'll need to qualify the name.
--
Chris (TeamB);
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Dec 15, 2005 6:16 pm Post subject: Re: Class Declaration (CLX) |
|
|
"Bono" <bono (AT) ingv (DOT) it> wrote
| Quote: | [C++ Error] TEventHypo2000.h(36): E2303 Type name expected
It's referred to TCheckListBox in the function definition
|
You probably did not include QCheckLst.hpp into your code.
Gambit
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Dec 16, 2005 4:51 pm Post subject: Re: Class Declaration (CLX) |
|
|
"Bono" <bono (AT) ingv (DOT) it> wrote
| Quote: | I included <clx.h> . Isn't it right?
|
See my other reply.
Gambit
|
|
| Back to top |
|
 |
|