Is there a possibility to use static (.lib) libraries with C# silverlight project? I have searched all over the internet and found no proper solution for using static libraries.
Is there a possibility to use static (.lib) libraries with C# silverlight project? I
Share
Static libraries are C++ libraries. You can’t use them directly from C# but there are ways to do interop: