sound like a terrible idea? Yeah I thought so too. Needless to say im told I have to do it. Situation: Old MFC-based C++ gui application that reads and processes a whole lot of data sources into an internal datastructure, before displaying it to the user. Problem: I need that datastructure in .NET, in XML […]
Category: dll
How do I silently register a COM assembly on a WinXP computer
I have a C++ console application to which I want to a Windows Form. I don’t want to use MFC because I don’t know how. Instead, I am using a C# to create the COM dll (Class Library). When I distribute the application and the dll to the target computer, I need to register the […]