[.net] library from c/c++I

Started by
3 comments, last by Sneftel 17 years, 1 month ago
I'm trying to create a plug-in system which allows plug-ins from native dlls but I am stuck. I am also new to managed programming. I'm using c# for the first time.
Advertisement
try using the WD-40.

seriously though, you haven't asked a question, so I wouldn't expect an answer.

Perhaps you should reword it like "How can I load an unmanaged DLL from my C# code?" or something?
sorry about that.

How can I load an unmanaged DLL from my C# code?
Is this possible? To load unmanaged code during runtime?
To call unmanaged DLL functions from managed code, you will use P/Invoke.

This topic is closed to new replies.

Advertisement