Converting .lib to .dll



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


.


Loading