H Herfried K. Wagner [MVP] May 11, 2007 #2 Lou said: Can these .NET controls be added to a C++ application? Click to expand... If they are .NET assemblies, they can be used within C++/CLI projects.
Lou said: Can these .NET controls be added to a C++ application? Click to expand... If they are .NET assemblies, they can be used within C++/CLI projects.
L Lou May 12, 2007 #3 What I really need to know is the Interop object that gets created be added to a C++ app. I need it to run as a plug-in to a third party C++ app. Another words, will the third party C++ app see this component as a COM object summarily as VB6 does?
What I really need to know is the Interop object that gets created be added to a C++ app. I need it to run as a plug-in to a third party C++ app. Another words, will the third party C++ app see this component as a COM object summarily as VB6 does?