The following C-code-snippet is included in a harbour-function (HB_FUNC( TEST ). Now i must give the "Mc5Message81C" a value. But with hb_parc( 1 ) or so a compiler-error occurs. Whats the right parameter-conversion?
- Code: Select all Expand view
- struct Mc5Message81D {
Mc5MsgHead h; // Kopf
union {
Mc5TargetDataD targetL; // Daten
};
};
class Mc5Message81C: public Mc5Message81D {
public:
Mc5Message81C( void )
{
clear();
}
~Mc5Message81C( void )
{
}