如何从.NET调用C库

Dev*_*per 0 .net c c# asp.net

我有一个C库,我需要从ASP.NET/C#应用程序调用,我该怎么做呢?

Dan*_*röm 5

[的DllImport]

看看http://pinvoke.net/ - 这应该让你去!祝好运.