Using "C" dll in C# -


possible duplicate:
how call unmanaged c/c++ code c# asp.net webpage

i have dll file written in "c" language, want use in c#. how can that?

you can use pinvoke

platform invocation services (pinvoke) allows managed code call unmanaged functions implemented in dll.

here great tutorial nag (numerical algorithms group) group


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -