J
Jon Skeet
Mustafa Rabie said:I am writing and application using C# and i want to use some APIs from an
SDK. I want to know how can i incorperate the libs, .h etc to the C# file
and use the apis.
Look up "interoperation with unmanaged code" in the index of MSDN.
There's a *lot* of information there - exactly how you'll do it will
depend on the type of API etc.