What do you believe? C# plugins in a c++ program

  • Thread starter Thread starter Max Gattringer
  • Start date Start date
M

Max Gattringer

What do you believe? Is it possible to program a c# plugin(dll) and use it
with a c++ (native) program, without having the sourcecode
 
Hi Max,
What do you believe? Is it possible to program a c# plugin(dll) and use it
with a c++ (native) program, without having the sourcecode

Well only via COM objects. You can create a COM object in c# and use it from
any native code.

About the source code I don't see how it can help you at all.
 
Back
Top