Home All Groups Group Topic Archive Search About
Author
19 Jun 2006 10:01 AM
Stefano Magni
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

Author
19 Jun 2006 11:21 AM
Kevin Spencer
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

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

I recycle.
I send everything back to the planet it came from.

Show quote
"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

AddThis Social Bookmark Button