|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Wrapper in C++/CLIHi all,
I've this constructor prototype in my C++/MFC DLL : MVBVariable(const char *NewName, CString UnitString, unsigned short len, MyClass* pMyClass); How can I convert constructor parameters in C++/CLI ? Thanks Stefano Magni The following section of the MSDN2 Library contains all the information you
need. It has sections that discuss marshalling unmanaged types to managed types and managed to unmanaged: http://msdn2.microsoft.com/en-us/library/zbz07712(VS.80).aspx -- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Chicken Salad Alchemist I recycle. I send everything back to the planet it came from. "Stefano Magni" <StefanoMa***@discussions.microsoft.com> wrote in message news:4464C69B-00BB-40AC-A50C-462F6C34B79B@microsoft.com... > Hi all, > I've this constructor prototype in my C++/MFC DLL : > MVBVariable(const char *NewName, CString UnitString, unsigned short len, > MyClass* pMyClass); > How can I convert constructor parameters in C++/CLI ? > Thanks > Stefano Magni |
|||||||||||||||||||||||