[Quickfix-developers] Weirdness in the .NET Wrapper?
Brought to you by:
orenmnero
|
From: Andrei G. <an...@gm...> - 2006-01-16 16:03:36
|
Hi there, Can anyone explain why there isn't a direct correspondence between some C++ classes and their .NET wrappers? For example, consider the FieldMap, Group, and Message classes (CVS head). In the native code, both Group and Message inherit from FieldMap. However, in their .NET versions only Message inherits from FieldMap. Another one: a lot of methods available in the C++ version of FieldMap seem to be missing from its .NET counterpart. So is this intentional or it is a flaw in the wrapper generation? Regards, Andrei |