managed enumerations out of unmanaged ones -
09-30-2003
, 05:25 AM
Hello All,
I'm doing web app that will use very strongly
classes implemented in 'unamanaged' VC++. Thus I wrap
these classes with mananaged wrappers and only then I use
them in C# implementation of server actions. The only
thing that I cannot bite are unmanaged enumerations.
Can anyone tell me how to wrap unmanaged enumerations
types to be abel to use them in C# code. Of course I would
like to avoid rewriting a huge .h file with unamanged enum
types definitions. Any sensible sygestions appreciated.
Greetings
Marek |