Creating Control panel applets using C#

A

AKR

I have to create a control panel applet for my project using C# . But
i got to know that it is not possible using C# since dll has to
export static entry points. And one of the ways is using MC++ to write
a wrapper for the C# component.

as we know that .NET languages all are based on a common library ie
CLR. I do not see any reason why Managed C++ can work with C++.NET not
C#.NET. Could you please let me know why is this the case, or have i
got it wrong.. .

Pease clarify

Thanks
Rajani
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top