Calling C DLL from C# - Stack Overflow
I am trying to call a C DLL from C#, but I'm not having any joy. The documentation for the DLL provides an example function delaration for VB that looks like; Declare Function TransGeogPt Lib ... In the header file provided, some of the output parameters ...