How can i prevent a class from being derived by others..?
Archive for January, 2007
How to use a C# dll in Native C++ App
I know that this forum was intended for C++ and UNIX techies. But still I would feel, this one can also enhance our thinking horizons …
So while looking at the new features provided by Microsoft in it .Net Libraries, I was astronished how much money microsoft had spent to develop such architectural solutions and publishing for the users.
So I got an idea of using one such libraries which was a C# dll from my native C++ application without re-writing it.
Can anybody suggest me, an idea of doing it ??