Subject Problem in the HeaderFile IB_COMPONENTS.HPP
Author peppino_behnke
Dear Members,

with the latest IBObjects Version running under BCB6 there is a
defintiion in the IB_COMPONENTS Header File

>typedef DynamicArray<TRelationAliasDesc > IB_Components__32;

this defintion will be used in the same header file

>DynamicArray<TRelationAliasDesc > FRelAliasInfo;

compiling any appliction with ibobjects will produce the error
> Undefined symbol 'TRelationAliasDesc'
> Cannot generate template specialisation from DynamicArray<T>

What can (should) i do ?

Many thanks

Gerhard