| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Apr 29, 2005 12:14 am Post subject: CollisionObjectConvex and CollisionObjectCombo incomplete |
|
|
When I am compiling using Dev c++ (mingw 3.42), I get the following messages:
| Quote: |
incomplete type `TA::CollisionObjectCombo' used in nested name specifier
|
when using this to declare and initialise, just like in the example
| Code: |
TA::CollisionObjectCombo* colmodel = TA::CollisionObjectCombo::CreateNew();
|
Any ideas? |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Apr 30, 2005 12:29 am Post subject: |
|
|
| You might need to include the headerfile CollisionObjectCombo.h |
|
| Back to top |
|
 |
Erkokite Guest
|
Posted: Sat Apr 30, 2005 2:20 pm Post subject: |
|
|
| Thanks, that worked |
|
| Back to top |
|
 |
|