What’s the optimal technique? Wrap the .NET component (Class written in .NET 3.5) in COM and instantiate in Win32? The component has events so this must support component driven callbacks into the Win32 API application.
What’s the optimal technique? Wrap the .NET component (Class written in .NET 3.5) in
Share
The only solution that meets your specifications is COM.