❔ DllImport From C Library
I have compiled a C library to a DLL and am trying to use some of the functions from this library in a C# project.
C#:
C:
This exception occurs when either of the above functions are called:
I don't know if my DllImport signatures are correct, or if there is a problem with the way I have compiled the C library - I have tried using dumpbin and various DLL explorer tools to see which symbols are available but nothing ever appears under the module I am targeting.
C#:
C:
This exception occurs when either of the above functions are called:
I don't know if my DllImport signatures are correct, or if there is a problem with the way I have compiled the C library - I have tried using dumpbin and various DLL explorer tools to see which symbols are available but nothing ever appears under the module I am targeting.