0

I have some C code that I want to call from C#. I have read several posts but they are all for .DLL's. My C code is in .LIB's. Is there a way?

If so can you give a brief example?

I am using Visual Studio 2015.

eddyq
  • 879
  • 1
  • 13
  • 25
  • 1
    Give you a guide is a little bit complicated. BTW what you need is to make a wrapper dll. This wrapper must link the lib file. – LPs Oct 14 '15 at 13:35
  • Ok, thanks. I found out on another forum that I must do just that. I have made that change. – eddyq Oct 19 '15 at 17:56

0 Answers0