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
Post a Comment