C# can consume an unmanaged dll. Can c# link to a static library?

  • Thread starter Thread starter apm
  • Start date Start date
apm said:
All or Anyone:

C# links to dlls. Can it link to a static library?

No. You'll have to compile the library into a dll or wrap it with managed
C++
 
Back
Top