M
Mike Dennis
I'm trying to compile with the /CLR option in VS.NET 2003.
I get the following error :
error LNK2022: metadata operation failed (8013118D) : Inconsistent
layout information in duplicated types (tagYYSTYPE): (0x02000072).
tagYYSTYPE is defined as follows :
union tagYYSTYPE {
char symbol[40];
PickMath::Oper *oper;
PickMath::OpLogical *test;
double value;
};
PickMath is a namespace and Oper and OpLogical are classes within that
namespace. Both Oper and OpLogical contain virtual functions.
Any idea what I need to do to make this work?
Mike Dennis
Divestco Inc.
I get the following error :
error LNK2022: metadata operation failed (8013118D) : Inconsistent
layout information in duplicated types (tagYYSTYPE): (0x02000072).
tagYYSTYPE is defined as follows :
union tagYYSTYPE {
char symbol[40];
PickMath::Oper *oper;
PickMath::OpLogical *test;
double value;
};
PickMath is a namespace and Oper and OpLogical are classes within that
namespace. Both Oper and OpLogical contain virtual functions.
Any idea what I need to do to make this work?
Mike Dennis
Divestco Inc.