U ultrabar Oct 29, 2003 #1 can a control written in c# convert into com and be invoked in unmanaged vc.net?
C Carl Daniel [VC++ MVP] Oct 29, 2003 #2 ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Yes.
ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Yes.
C Carl Daniel [VC++ MVP] Oct 29, 2003 #3 ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Ok, a somewhat longer answer. Yes, you can develop COM components in C#. Of course you can consume COM components in unmanged C++ just like you've always been able to. http://www.codeproject.com/dotnet/COM_DOTNET_INTEROP.asp is a good place to start - this article covers just about everything you need to know to get a COM interop solution built & working. -cd
ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Ok, a somewhat longer answer. Yes, you can develop COM components in C#. Of course you can consume COM components in unmanged C++ just like you've always been able to. http://www.codeproject.com/dotnet/COM_DOTNET_INTEROP.asp is a good place to start - this article covers just about everything you need to know to get a COM interop solution built & working. -cd
C Carl Daniel [VC++ MVP] Oct 29, 2003 #4 ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Here's another helpful article: http://www.codeproject.com/dotnet/nettocom.asp -cd
ultrabar said: can a control written in c# convert into com and be invoked in unmanaged vc.net? Click to expand... Here's another helpful article: http://www.codeproject.com/dotnet/nettocom.asp -cd