On Apr 26, 2:41 pm, Mattias Sjögren <mattias.dont.want.s...@mvps.org>
wrote:
> >Is it possible to reference .lib files in a C# project?
>
> No
>
> >Or is there
> >process that can make a .lib file accessible from a C# project?
>
> Sure, build it into a DLL, export the functionality you need and
> access it via P/Invoke for example.
>
> Mattias
>
> --
> Mattias Sjögren [C# MVP] mattias @ mvps.orghttp://www.msjogren.net/dotnet/|http://www.dotnetinterop.com
> Please reply only to the newsgroup.
My C++ skills are very lacking. What's the best process for building
the lib into a dll?
Cheers!