Hello,
I have two applications , one implemented in .NET (C#) and other one in non .NET (C++), both developed by third party. I have the source code for both.
I am required to integrate both together, such that both application functionality can be used together. So there are 2 options I can think of:
Option 1 - Create a new Application on .NET version , which has a form with two buttons one for invoking .NET application and other one to launch non .NET application.
Option 2 - Try to reference the .NET library into non .NET Version an use it.
I am not sure if either of this is do-able or not , and if yes how to go ahead about implementation? It would be great and very helpful if someone can share more information on this.
TIA!
udrjain
Go to the complete details ...