Possible Duplicate:
How do I call unmanaged C/C++ code from a C# ASP.NET webpage
is there a way to link the two?
Possible Duplicate:
How do I call unmanaged C/C++ code from a C# ASP.NET webpage
is there a way to link the two?
Search for PInvoke in C# you will find plenty of resources. Like this one:
Yes, PInvoke is the way. This site/wiki will be a great help likely.