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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -