C-interface from C#
-
Hi all I have a C header file which describes a plug-in interface. Now, I'd like to implement plug-ins in C#. How would I go about doing that? The interface uses C native types including callback functions. Any tips or pointers? Thanks in advance Niklas
-
Hi all I have a C header file which describes a plug-in interface. Now, I'd like to implement plug-ins in C#. How would I go about doing that? The interface uses C native types including callback functions. Any tips or pointers? Thanks in advance Niklas
I think this might get you started: Microsoft Add-in Framework[^]
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
Hi all I have a C header file which describes a plug-in interface. Now, I'd like to implement plug-ins in C#. How would I go about doing that? The interface uses C native types including callback functions. Any tips or pointers? Thanks in advance Niklas
-
Yes, that's what I'm trying to do. I want to do that to be able to create some wizards for visual studio, so that others can create plug-ins easily. Today I have wizards for C++, but I think I'm missing a lot of developers that way. Edit: The plug-in is just a DLL.
modified on Sunday, January 24, 2010 3:31 AM