Using C DLL libaries in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am migrating my C++ numerical routines to C#.
In C++ I use pre-built C DLL libraries (fft.dll, fft.lib), so in Visual
Studio
I specify the path to include and library files and in the linker the
additional dependencies (fft.lib). In my programs I declare “fft.h†and use
the
corresponding routines. How can I import these libraries to C# ?

Thanks a lot for any help.
 
Back
Top