Converting .lib to .dll
- From: "Andy Baker" <abaker@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jun 2008 11:01:48 +0100
I have been given an SDK for a CF network card that consists of a .lib
static library file and a .h C header file. I want to be able to use the
functions in the library in my .NET code. As far as I can see, I have to
convert the .lib file to a .dll file, and then use DllImport to P/Invoke the
functions, or write .NET wrapper code for it. Is there an easy way to do
this? Thanks in advance.
Andy Baker
.
- Follow-Ups:
- Re: Converting .lib to .dll
- From: Neil Cowburn
- Re: Converting .lib to .dll
- Prev by Date: Re: MAC or Processor-ID from WinCE 4.2 Device on .Net FW 1.1
- Next by Date: Re: Converting .lib to .dll
- Previous by thread: Tips on using .NET events from a background thread
- Next by thread: Re: Converting .lib to .dll
- Index(es):
Loading